| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pandoc-3.10.wasm.zip | 2026-06-04 | 16.2 MB | |
| pandoc-3.10-x86_64-macOS.zip | 2026-06-04 | 25.9 MB | |
| pandoc-3.10-x86_64-macOS.pkg | 2026-06-04 | 25.8 MB | |
| pandoc-3.10-windows-x86_64.zip | 2026-06-04 | 41.4 MB | |
| pandoc-3.10-windows-x86_64.msi | 2026-06-04 | 41.2 MB | |
| pandoc-3.10-linux-arm64.tar.gz | 2026-06-04 | 37.1 MB | |
| pandoc-3.10-linux-amd64.tar.gz | 2026-06-04 | 34.7 MB | |
| pandoc-3.10-arm64-macOS.zip | 2026-06-04 | 41.5 MB | |
| pandoc-3.10-arm64-macOS.pkg | 2026-06-04 | 41.4 MB | |
| pandoc-3.10-1-arm64.deb | 2026-06-04 | 36.6 MB | |
| pandoc-3.10-1-amd64.deb | 2026-06-04 | 34.1 MB | |
| pandoc 3.10 source code.tar.gz | 2026-06-04 | 8.8 MB | |
| pandoc 3.10 source code.zip | 2026-06-04 | 10.3 MB | |
| README.md | 2026-06-04 | 11.9 kB | |
| Totals: 14 Items | 394.9 MB | 159 | |
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.