| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pandoc-3.11.wasm.zip | 2026-08-29 | 16.4 MB | |
| pandoc-3.11-x86_64-macOS.zip | 2026-08-29 | 26.1 MB | |
| pandoc-3.11-x86_64-macOS.pkg | 2026-08-29 | 26.1 MB | |
| pandoc-3.11-windows-x86_64.zip | 2026-08-29 | 41.8 MB | |
| pandoc-3.11-windows-x86_64.msi | 2026-08-29 | 41.5 MB | |
| pandoc-3.11-linux-arm64.tar.gz | 2026-08-29 | 37.4 MB | |
| pandoc-3.11-linux-amd64.tar.gz | 2026-08-29 | 34.9 MB | |
| pandoc-3.11-arm64-macOS.zip | 2026-08-29 | 41.8 MB | |
| pandoc-3.11-arm64-macOS.pkg | 2026-08-29 | 41.7 MB | |
| pandoc-3.11-1-arm64.deb | 2026-08-29 | 36.9 MB | |
| pandoc-3.11-1-amd64.deb | 2026-08-29 | 34.4 MB | |
| pandoc 3.11 source code.tar.gz | 2026-08-29 | 9.0 MB | |
| pandoc 3.11 source code.zip | 2026-08-29 | 10.6 MB | |
| README.md | 2026-08-29 | 5.9 kB | |
| Totals: 14 Items | 398.6 MB | 81 | |
I'm pleased to announce the release of pandoc 3.11,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.11
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.11
Some changes of note:
- A new `--math-method` option, which replaces the (now deprecated but
still functional) options `--mathml`, `--mathjax`, `--gladtex`,
`--katex`, `--webtex`. The `plain` style can now be specified
explicitly. In defaults files, `html-math-method` is now
`math-method` (though `html-math-method` will still work).
- `mathml` is now the default math-method.
- A new option `--completion={bash,zsh,fish}` generates completion
scripts for all three shells (see the manual for instructions on
how to use them). `--bash-completion` continues ot work, an alias of
`--completion=bash`.
- It is now possible to reset a Markdown example list counter (e.g.,
at the beginning of a chapter), using the syntax `(1@)` or
`(1@label)`.
- Enhanced support for RTL languages: RTL text direction now
works in ODT. In addition, setting `lang` at the document level
is now sufficient in Docx to make documents RTL.
- Fixed pandoc 3.8 regressions in syntax highlighting.
- Fixed a security-related bug in template fetching which
could result in a local file being fetched instead of a
remote one.
API changes:
- Text.Pandoc.Options: Rename HTMLMathMethod type to MathMethod.
Rename `writerHTMLMathMethod` field of WriterOptions to
`writerMathMethod`.
- Text.Pandoc.App: the `optHTMLMathMethod` constructor for OPt
is renamed to optMathMethod.
Thanks to all who contributed, especially new contributors Wrong-Code
and wzy.