We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a65fd commit 75fce04Copy full SHA for 75fce04
crates/quarto-markdown-pandoc/tools/pandoc-diff/src/App.tsx
@@ -27,7 +27,7 @@ function App() {
27
if (typeof obj === 'object') {
28
const newObj: any = {};
29
for (const key in obj) {
30
- if (key !== 'l') {
+ if (key !== 'l' && key !== 'astContext') {
31
newObj[key] = removeLocationInfo(obj[key]);
32
}
33
0 commit comments