I'm pleased to announce the release of pandoc 3.2,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.2
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.2
This release includes a number of bug fixes; inspect the changelog
for details. Some changes of particular note:
* Markdown numbered example lists with repeated labels now do something
more sensible.
* --file-scope no longer adds Divs with an identifier derived from the
filename.
* The LaTeX template now has a titlegraphicoptions variable.
* custom-style now works for spans in ODT.
* The Typst writer now allows extensive customization of elements
through specially marked attributes that can be added in filters.
* The default output for docx is now closer to Word's own defaults.
* Better control over logging in Lua filters.
API changes:
* New module Text.Pandoc.Transforms.
* Text.Pandoc.Shared no longer exports headerShift, filterIpynbOutput,
or eastAsianLineBreakFilter; these have been moved to Text.Pandoc.Transforms.
* Text.Pandoc.Logging: New ScriptingInfo, UnsupportedCodePage, and UnclosedDiv
constructors for LogMessage. DocxParserWarning is now a WARNING, not INFO.
* Text.Pandoc.Writers.Shared now exports isOrderedListMarker.
Thanks to all who contributed, and a special welcome to new contributors
Gordon Woodhall, James P. Ascher, Leo Heitmann Ruiz, guqicun, and mbracke.