I'm pleased to announce the release of pandoc 3.6,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.6
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.6
Some changes of particular note (inspect changelog for the full list):
* mdoc is now supported as an output format.
* --sandbox now affects --embed-resources; previously --embed-resources
or --self-contained could leak data from the file system even if used
with --sandox.
* Support for index entries in docx reader.
* Many improvements to RST parsing.
* Typst, LaTeX, and ConTeXt template changes.
* Prefixes removed form Lua type names.
API changes:
* New module Text.Pandoc.Readers.Mdoc, exporting readMdoc.
* In Text.Pandoc.ImageSize, new Webp constructor on ImageType.
* Text.Pandoc.Logging: new YamlWarning constructor on LogMessage.
* New module Text.Pandoc.Readers.Roff.Escape exporting escape,
escapeArg, RoffLikeLexer(..).
Thanks to all who contributed, especially Evan Silberman
for the new mdoc reader, and a special welcome to new contributors
Andreas Deininger, Luis Rivera and Suraj Patil.