Closed
Description
There's a change in pandoc AST since 2.10. c.f. jgm/pandoc#1024, jgm/pandoc#6277 and https://github.com/jgm/pandoc/releases/tag/2.10
The new Underline is probably easy. The change of AST regarding table is huge (jgm/pandoc#1024) including support for span.
Edit: Links on new table AST
- PR
- Feature request started here: Support for table column spans, table attributes in AST jgm/pandoc#1024, Improving tables jgm/pandoc-types#65
- this is where the actual change of the AST happened: https://github.com/jgm/pandoc-types/pull/66/files?file-filters%5B%5D=.hs#diff-01f4ffe52cf097ab9ff89eebce394c86
- pandoc 2.10 release note: https://github.com/jgm/pandoc/releases/tag/2.10
- pandoc 2.11 release note (see HTML writer): https://github.com/jgm/pandoc/releases/tag/2.11
- pandoc-types 1.21 changelog: https://github.com/jgm/pandoc-types/blob/master/changelog
- def
- https://hackage.haskell.org/package/pandoc-types-1.22/docs/Text-Pandoc-Definition.html
- doc on lua filters has some info on this: https://pandoc.org/lua-filters.html
- See comments at https://github.com/jgm/pandoc-types/pull/66#issuecomment-611053332 and after on normalizing tables
- example ASTs: