jgm/pandoc: pandoc 2.0.2
Authors/Creators
- John MacFarlane
- Jesse Rosenthal
- Albert Krewinkel
- Matthew Pickering
- Alexander
- Andrew Dunning1
- Nikolay Yakimov2
- Mauro Bieg
- Clare Macrae
- ickc3
- Václav Haisman
- Nathan Gass
- schrieveslaach
- Fedor Sheremetyev
- Mark Wright
- Artyom Kazak4
- hftf
- Hubert Plociniczak
- Daniel Bergey
- Aditya Mahajan
- Jose Luis Duran
- Xavier Olive5
- David Lazar6
- Henry de Valence
- Lars
- Jonas Smedegaard7
- Ivo Clarysse8
- Bryan O'Sullivan
- Antoine Latter
- alexvong1995
- 1. The British Library
- 2. Moscow Aviation Institute (National Research University)
- 3. University of California, Berkeley
- 4. @serokell, @aelve
- 5. Research Scientist
- 6. MIT CSAIL
- 7. IT-guide dr. Jones
- 8. Blue Clover Devices, Inc.
Description
Deprecated ancient HTML math methods:
--latexmathml,--gladtex,--mimetex,--jsmath.Fixed URIs in
data/jats.csl. They were being rendered twice, leading to invalid XML in default JATS output with pandoc-citeproc.lua-filters.md: use real-world man page filter as example.Add lua filter functions
walk_inlineandwalk_blockin the pandoc module, to apply filters inside particular inline and block elements.Refactored some code from
Text.Pandoc.Lua.PandocModuleinto new internal moduleText.Pandoc.Lua.Filter.Markdown reader:
- Allow fenced code blocks to be indented 1-3 spaces (#4011). This brings our handling of them into alignment with CommonMark's.
- Fix YAML metadata with "chomp" (
|-). Previously if a YAML block under|-contained a blank line, pandoc would not parse it as metadata.
Removed
etc.from abbreviations file. Oftenetc.ends a sentence, and we want the period to be treated as a sentence-ending period.Fix regression with
--metadata(#4054). Values specified with--metadatashould replace a metadata value set in the document itself, rather than creating a list including a new value.EPUB writer:
- Fix EPUB OCF structure. #3720 had been improperly implemented.
- Fix modified paths for raw HTML tags (src, poster, etc.) (#4050, #4055). This had not been updated for the new EPUB container layout, with a separate text/ subdirectory.
- Fix image paths with empty
--epub-subdirectory.
Miscellaneous code cleanup (Alexander Krotov).
Use pandoc-types 1.17.3, which adds
Walkableinstances for[Block] Blockand[Inline] Inline.Remove obsolete
stack.full.yaml(#4052).Change to using pandoc-citeproc 0.12.1 in binary packages.
Consolidate math output method documentation (#4049, Mauro Bieg).
MANUAL.txt: fix header level of "Extension: emoji" (Albert Krewinkel).Use lua filter to generate man page from
MANUAL.txt, replacing old Haskell filters. This is easier and faster.Improved
INSTALL.md.Update commands to extract deb archive on Linux (#4043, Salim B).
Files
jgm/pandoc-2.0.2.zip
Files
(3.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b7a96ce174849c13da440b83726b8126
|
3.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/jgm/pandoc/tree/2.0.2 (URL)