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 5aaa6e0 commit 0f38bf1Copy full SHA for 0f38bf1
src/resources/filters/normalize/astpipeline.lua
@@ -324,17 +324,7 @@ function quarto_ast_pipeline()
324
filter = astpipeline_process_tables(),
325
traverser = 'jog',
326
},
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
336
337
-
+
338
{ name = "normalize-combined-1",
339
filter = combineFilters({
340
extract_latex_quartomarkdown_commands(),
0 commit comments