I'm pleased to announce the release of pandoc 3.6.2,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.6.2
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.6.2
This release adds a new reader for the POD (Plain Old Documentation)
used in Perl documentation. It also fixes several bugs, including
a few regressions introduced in pandoc 3.6:
* EPUB v2 cover images should now work again.
* Parsing of underscores in RST should now work again.
API changes:
* New reader module Text.Pandoc.Readers.Pod, exporting readPod.
See the changelog for full details on what has changed.
Thanks to all who contributed, especially Evan Silberman for the
new POD reader and new contributors Santiago Zarate and Stéphane
Guillou.