Open cscheid opened 1 year ago
Before we release 1.4, we should do another pass over our filter chain and find wins. The new AST should facilitate that somewhat.
Some specific things:
Blocks = ...
flags.lua
combineFilters
markdownToInlines
string_to_quarto_ast_blocks
(cc @dragonstyle, I'll want to pair with you to go over some of this)
Before we release 1.4, we should do another pass over our filter chain and find wins. The new AST should facilitate that somewhat.
Some specific things:
Blocks = ...
filters to see if we can put them behind aflags.lua
flagcombineFilters
markdownToInlines
calls withstring_to_quarto_ast_blocks
, which does more work.