Skip to content

Commit 0f38bf1

Browse files
committed
[chore] remove commented-out code
1 parent 5aaa6e0 commit 0f38bf1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/resources/filters/normalize/astpipeline.lua

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -324,17 +324,7 @@ function quarto_ast_pipeline()
324324
filter = astpipeline_process_tables(),
325325
traverser = 'jog',
326326
},
327-
-- { name = "normalize-table-merge-raw-html",
328-
-- filter = table_merge_raw_html(),
329-
-- traverser = 'jog',
330-
-- },
331-
-- this filter can't be combined with others because it's top-down processing.
332-
-- unfortunate.
333-
-- { name = "normalize-html-table-processing",
334-
-- filter = parse_html_tables(),
335-
-- traverser = 'jog',
336-
-- },
337-
327+
338328
{ name = "normalize-combined-1",
339329
filter = combineFilters({
340330
extract_latex_quartomarkdown_commands(),

0 commit comments

Comments
 (0)