I'm pleased to announce the release of pandoc 3.8.2,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.8.2
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.8.2
This release fixes a regression in the typst template (since 3.8), which caused links to be omitted.
It also adds a new default Markdown extension, `table_attributes`, which allows attributes to be added to tables by putting them after the caption.
API change: Add `Ext_table_attributes` constructor to Extension.
Thanks to all who contributed.