Skip to content

Commit

Permalink
skip vault div in user filters
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Nov 2, 2023
1 parent 54036e9 commit 70f2639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/resources/filters/ast/customnodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ function run_emulated_filter(doc, filter)
if node.attributes.__quarto_custom_scaffold == "true" then
return nil
end
if node.identifier == _quarto.ast.vault._uuid then
return nil
end
if filter.Div ~= nil then
return filter.Div(node)
end
Expand Down

0 comments on commit 70f2639

Please sign in to comment.