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 d07a8f5 commit 38af332Copy full SHA for 38af332
src/resources/filters/normalize/astpipeline.lua
@@ -250,7 +250,7 @@ function quarto_ast_pipeline()
250
end
251
252
local filter = {
253
- traversal = 'topdown',
+ traverse = 'topdown',
254
Div = function(div)
255
if div.attributes[constants.kHtmlTableProcessing] and not disable_html_table_processing then
256
-- catch and remove attributes
0 commit comments