| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pandoc-3.10.2-windows-x86_64.zip | 2026-08-12 | 41.7 MB | |
| pandoc-3.10.2-windows-x86_64.msi | 2026-08-12 | 41.4 MB | |
| pandoc-3.10.2-linux-arm64.tar.gz | 2026-08-12 | 37.3 MB | |
| pandoc-3.10.2-linux-amd64.tar.gz | 2026-08-12 | 34.9 MB | |
| pandoc-3.10.2-arm64-macOS.zip | 2026-08-12 | 41.7 MB | |
| pandoc-3.10.2-arm64-macOS.pkg | 2026-08-12 | 41.6 MB | |
| pandoc-3.10.2-1-arm64.deb | 2026-08-12 | 36.8 MB | |
| pandoc-3.10.2-x86_64-macOS.pkg | 2026-08-12 | 26.1 MB | |
| pandoc-3.10.2-x86_64-macOS.zip | 2026-08-12 | 26.1 MB | |
| pandoc-wasm-3.10.2.zip | 2026-08-12 | 16.4 MB | |
| pandoc-3.10.2-1-amd64.deb | 2026-08-12 | 34.3 MB | |
| pandoc 3.10.2 source code.tar.gz | 2026-08-12 | 9.0 MB | |
| pandoc 3.10.2 source code.zip | 2026-08-12 | 10.5 MB | |
| README.md | 2026-08-12 | 2.5 kB | |
| Totals: 14 Items | 397.8 MB | 79 | |
I'm pleased to announce the release of pandoc 3.10.2,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.10.2
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.10.2
This release fixes some bugs, including a couple of regressions.
One relates to conversion of quotation marks in typst output; the
other fixes parsing of math containing ` ag`, `label`, or comments.
There is one new feature: a `typst-label` attribute on a Div,
Table, Figure, or Header will be used to construct a label
in typst output.
In addition, pandoc.wasm should now be useable with wasmtime.
No API changes, but bumpting third digit because of the `typst-label`
behavior change.
Thanks to all who contributed, especially new contributors Philipp Gillé
and gemmaro.