| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pandoc-wasm.zip | 2026-07-22 | 16.4 MB | |
| pandoc-3.10.1-x86_64-macOS.zip | 2026-07-22 | 26.1 MB | |
| pandoc-3.10.1-x86_64-macOS.pkg | 2026-07-22 | 26.1 MB | |
| pandoc-3.10.1-windows-x86_64.zip | 2026-07-22 | 41.7 MB | |
| pandoc-3.10.1-windows-x86_64.msi | 2026-07-22 | 41.4 MB | |
| pandoc-3.10.1-linux-arm64.tar.gz | 2026-07-22 | 37.3 MB | |
| pandoc-3.10.1-linux-amd64.tar.gz | 2026-07-22 | 34.9 MB | |
| pandoc-3.10.1-arm64-macOS.zip | 2026-07-22 | 41.7 MB | |
| pandoc-3.10.1-arm64-macOS.pkg | 2026-07-22 | 41.6 MB | |
| pandoc-3.10.1-1-arm64.deb | 2026-07-22 | 36.8 MB | |
| pandoc-3.10.1-1-amd64.deb | 2026-07-22 | 34.3 MB | |
| pandoc 3.10.1 source code.tar.gz | 2026-07-22 | 8.9 MB | |
| pandoc 3.10.1 source code.zip | 2026-07-22 | 10.4 MB | |
| README.md | 2026-07-22 | 11.2 kB | |
| Totals: 14 Items | 397.6 MB | 203 | |
I'm pleased to announce the release of pandoc 3.10.1,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.10.1
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.10.1
This release contains many small improvements and bug fixes.
Some of the more notable ones are mentioned here (see the changelog
for details):
- t2t (Txt2Tags markup) is now an output format.
- It is now possible to use a defaults file without an
extension; pandoc will add the .yaml extension only if
no file exists with the name specified.
- The auto_identifiers extension may now be used with typst input.
(however, it is not enabled by default.)
- We now use '#divider()' (typst 0.15) for typst horizontal rules,
instead of defining our own horizontalRule function.
- It is now finally possible to force LaTeX to use a regular
floating table rather than a longtable, which is especially
important for two-column layouts (longtable does not
support them). One does this by adding the `float` class
to the table's attributes.
- starmath is now used instead of MathML for math in ODT.
This produces much better results and improves the editability
of equations.
- We now automatically enable auto_identifiers when a table of contents
is requested, since these require identifiers to link to.
- A new flake.nix allows use to use 'nix build' and 'nix run'
with pandoc.
API changes:
New module Text.Pandoc.Writers.Txt2Tags, exporting writeTxt2Tags,
also re-exported by Text.Pandoc.Writers.
Thanks to all who contributed, especially new contributors
Can H. Tartanoglu, Chirag Dhamange, Enrico Spinielli,
Robertas, Scott Talbert, Tobias Deiminger, luginf.