Published January 14, 2022
| Version 2.17.0.1
Software
Open
jgm/pandoc: 2.17.0.1
Authors/Creators
- John MacFarlane
- Albert Krewinkel
- Jesse Rosenthal
- Matthew Pickering1
- Mauro Bieg
- Andrew Dunning2
- Nikolay Yakimov3
- Kolen Cheung4
- Yan Pashkovsky
- Václav Haisman
- Marc Schreiber5
- Joseph C. Sible
- Nathan Gass
- Fedor Sheremetyev
- Brian Leung
- Thomas Hodgson
- Mark Wright
- Francesco Occhipinti
- Christian Despres
- Jan Tojnar6
- Ophir Lifshitz
- Hubert Plociniczak
- Nils Carlson
- Pascal Wagler
- Aditya Mahajan
- Daniel Bergey7
- Felix Yan8
- Jose Luis Duran
- David Lazar9
- Hamish Mackenzie
- 1. Well Typed LLP
- 2. @bodleian
- 3. Moscow Aviation Institute (National Research University)
- 4. University of California, Berkeley
- 5. aixigo AG
- 6. ogion.cz
- 7. @Simspace
- 8. Arch Linux @archlinux
- 9. MIT CSAIL
Description
Click to expand changelog
- Require pandoc-lua-marshal 0.1.3.1 (#7831, Albert Krewinkel). Fixes a problem with `List.includes` and `List.find` that caused a Lua stackoverflow and subsequent program crash.
- HTML template: load header-includes before math (#7833, Kolen Cheung). MathJax expect the config comes before loading the MathJax script. This change of order allows one to config MathJax via header-includes, which loads before the MathJax script. Cf. #2750.
- When reading defaults file, stop at a line `...`. This line signals the end of a YAML document. This restores the behavior we got with HsYaml. yaml complains about content past this line. See https://github.com/jgm/pandoc/issues/4627#issuecomment-1012438765
- Text.Pandoc.Citeproc: allow `notes-after-punctuation` to work with numerical styles that use superscripts (e.g. american-medical-association.csl), as well as with note styles. The default setting of `notes-after-punctuation` is true for note styles and false otherwise. This restores a behavior of pandoc-citeproc that wasn't properly carried over to Citeproc (#7826, cf. jgm/pandoc-citeproc#384).
- Use commonmark-pandoc 0.2.1.2 (#7769).
- Add FAQ on images in ipynb containers (#7749, Kolen Cheung).
Files
jgm/pandoc-2.17.0.1.zip
Files
(8.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:d0f6736a2c178fa2252cd29980862a3b
|
8.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/jgm/pandoc/tree/2.17.0.1 (URL)