quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.96k stars 326 forks source link

`<small></small>` and `<sub></sub>` in tables can sometimes throw Confluence Error #4485

Open allenmanning opened 1 year ago

allenmanning commented 1 year ago

You can walkBlock on the subtable to work on this. Charles can help with this.

cscheid commented 1 year ago

Hi - let me just note that instead of pandoc.walk_block, we should in general call _quarto.ast.walk. The latter will handle Custom AST nodes correctly.