| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pandoc-3.8.2.1-x86_64-macOS.zip | 2025-10-20 | 25.7 MB | |
| pandoc-3.8.2.1-x86_64-macOS.pkg | 2025-10-20 | 25.6 MB | |
| pandoc-3.8.2.1-windows-x86_64.zip | 2025-10-20 | 39.3 MB | |
| pandoc-3.8.2.1-windows-x86_64.msi | 2025-10-20 | 40.6 MB | |
| pandoc-3.8.2.1-linux-arm64.tar.gz | 2025-10-20 | 37.2 MB | |
| pandoc-3.8.2.1-linux-amd64.tar.gz | 2025-10-20 | 34.2 MB | |
| pandoc-3.8.2.1-arm64-macOS.zip | 2025-10-20 | 42.6 MB | |
| pandoc-3.8.2.1-arm64-macOS.pkg | 2025-10-20 | 42.5 MB | |
| pandoc-3.8.2.1-1-arm64.deb | 2025-10-20 | 36.6 MB | |
| pandoc-3.8.2.1-1-amd64.deb | 2025-10-20 | 33.7 MB | |
| pandoc 3.8.2.1 source code.tar.gz | 2025-10-20 | 8.2 MB | |
| pandoc 3.8.2.1 source code.zip | 2025-10-20 | 9.6 MB | |
| README.md | 2025-10-20 | 2.8 kB | |
| Totals: 13 Items | 375.8 MB | 125 | |
I'm pleased to announce the release of pandoc 3.8.2.1,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.8.2.1
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.8.2.1
This is primarily a bug-fix release. There are no API changes.
The main motivation for the release is to fix a serious performance
regression with --citeproc and the default CSL style,
chicago-author-date.csl. This style was recently revised in a way that
took much longer for citeproc to parse. This version of pandoc is
built with citeproc 0.11, which fixes the performance regression.
One new feature (added by Albert Krewinkel) is that the Org reader now
parses parameter lists on unknown blocks, and also supports dynamic
blocks.
Thanks to all who contributed, especially new contributors
Emmanuel Ferdman, FoxChillz, mourino, and priiduonu.