I'm pleased to announce the release of pandoc 3.6.3,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.6.3
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.6.3
No new features in this release, just a bunch of bug fixes and small
improvements. I want to call attention to two behavior changes:
- We now use a "wikilinks" class rather than setting the title
attribute to distinguish wikilinks from regular links.
- We have changed babel support in the LaTeX writer in a way
that should better support most European languages.
If you are using a custom LaTeX template, you may need to
revise it. babeloptions and csquotesoptions variables may now
be specified to fine-tune language support.
Thanks to all who contributed, especially new contributors Hendrik Erz,
Mark Gardner, Sen-wen Deng, Stephen Reindl, Charles Tapley Hoyt, and
Jez Cope.