jgm/pandoc: pandoc 2.8.1
Authors/Creators
- John MacFarlane
- Jesse Rosenthal
- Albert Krewinkel
- Alexander Krotov
- Matthew Pickering
- Mauro Bieg
- Andrew Dunning1
- Nikolay Yakimov2
- Kolen Cheung3
- Yan Pashkovsky
- Václav Haisman
- Marc Schreiber
- Nathan Gass
- Fedor Sheremetyev
- Brian Leung
- Thomas Hodgson
- Mark Wright
- Francesco Occhipinti
- Artyom Kazak4
- hftf
- Hubert Plociniczak
- Pascal Wagler
- Daniel Bergey5
- Aditya Mahajan
- Jose Luis Duran
- Agustín Martín Barbero
- Xavier Olive6
- Hamish Mackenzie
- David Lazar7
- Henry de Valence
- 1. Faculty of History @cambridgeuniversity
- 2. Moscow Aviation Institute (National Research University)
- 3. University of California, Berkeley
- 4. @aelve, @monadfix
- 5. @Simspace
- 6. Research Scientist
- 7. MIT CSAIL
Description
Add
ascii_identifiersas a supported extension formarkdown. This fixes a regression in 2.8.Fix regression with behavior of
--variable(#5962). Previously-Vfoo=1 -Vfoo=2would produce a list value for foo; with 2.8 it produced just2. This commit restores the earlier behavior.Roll back part of of
--shift-heading-level-bychange (#5957). With positive heading shifts, starting in 2.8 this option caused metadata titles to be removed and changed to regular headings. This behavior is incompatible with the old behavior of--base-header-leveland breaks old workflows, so we have rolled back the change. Note that there is now an asymmetry in positive and negative heading level shifts: With positive shifts, the metadata title stays the same and does not get changed to a heading in the body, while with negative shifts, a heading can be converted into the metadata title.Text.Pandoc.Shared: Fix
makeSectionsso it doesn't turn column Divs into sections.HTML writer: add task-list class to ul if all elements are task list items. This will allow styling unordered task lists in a way that omits the bullet.
HTML-based templates: Add CSS to suppress bullet on unordered task lists.
ConTeXt template: Fix
\startcslreferencesand use ConTeXt syntax conventions (#5945, Denis Maier). The old version had a too large a skip at the beginning of the reference list.LaTeX template: keep the
\author{}command even if author is not specified (#5961, Yihui Xie). Avoids a LaTeX warning.Generate Emoji module with TH.
- Add Text.Pandoc.Emoji.TH.
- Replace long literal list in Text.Pandoc.Emoji with one-liner generating it from
emoji.jsonusing TH. - Add Makefile target to download
emoji.json. - Remove
tools/emoji.hs.
Increase GC allocation space for compilation in cabal.project.
Clean up manual on PDF generation backend options (#5940).
Update release checklist to include code signing step and update Windows release-candidate builds (#5950).
Files
jgm/pandoc-2.8.1.zip
Files
(13.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:cad031b835553d2712e18db592890422
|
13.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/jgm/pandoc/tree/2.8.1 (URL)