Skip to content

Commit 38af332

Browse files
committed
fix typo
1 parent d07a8f5 commit 38af332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/normalize/astpipeline.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function quarto_ast_pipeline()
250250
end
251251

252252
local filter = {
253-
traversal = 'topdown',
253+
traverse = 'topdown',
254254
Div = function(div)
255255
if div.attributes[constants.kHtmlTableProcessing] and not disable_html_table_processing then
256256
-- catch and remove attributes

0 commit comments

Comments
 (0)