I'm pleased to announce the release of pandoc 3.10,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.10
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.10
In addition to the usual basket of bug fixes and small improvements,
the following changes are worth mention:
- This release adds a --typst-input option, which allows passing
arbitrary `sys.inputs` parameters to the typst evaluator.
- groff is now the default pdf-engine for the ms format, replacing
pdfroff.
- The auto_identifiers extension (and related extensions) are
now available for the man reader.
- OpenDocument/ODT now uses predefined styles instead of emitting
automatic styles for every paragraph. This yields more idiomatic,
and more easily stylable, output, resolving a handful of longstanding
issues. If you use a custom reference.odt, it may need some updating.
API changes:
- Text.Pandoc.App.Opt: Opt has a new fieldi optTypstInputs.
- Text.Pandoc.Options: ReaderOptions has a new field readerTypstInputs.
Thanks to all who contributed, especially new contributors Dan Jacobson,
Johan Larsson, Keenan Brock, Meher Chaitanya, Sai Asish Y, and nibras shami.