jgm/pandoc: pandoc 2.11.4
Authors/Creators
- John MacFarlane
- Albert Krewinkel
- Jesse Rosenthal
- link2xt
- 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
- Mark Wright
- Thomas Hodgson
- Francesco Occhipinti
- Ophir Lifshitz
- Christian Despres
- Hubert Plociniczak
- Nils Carlson
- Pascal Wagler
- Aditya Mahajan
- Daniel Bergey6
- Felix Yan7
- Jose Luis Duran
- David Lazar8
- Hamish Mackenzie
- 1. Well Typed LLP
- 2. @bodleian
- 3. Moscow Aviation Institute (National Research University)
- 4. University of California, Berkeley
- 5. aixigo AG
- 6. @Simspace
- 7. Arch Linux @archlinux
- 8. MIT CSAIL, EPFL
Description
` (#7041). - Markdown writer: - Cleaned up raw formats. We now react appropriately to `gfm`, `commonmark`, and `commonmark_x` as raw formats. - RST writer: - Fix bug with dropped content from inside spans with a class in some cases (#7039). - Docx writer: - Handle table header using styles (#7008). Instead of hard-coding the border and header cell vertical alignment, we now let this be determined by the Table style, making use of Word's "conditional formatting" for the table's first row. For headerless tables, we use the tblLook element to tell Word not to apply conditional first-row formatting. - Commonmark writer: - Implement start number on ordered lists (#7009). Previously they always started at 1, but according to the spec the start number is respected. - HTML writer: - Fix implicit\_figure at end of footnotes (#7006). - ConTeXt template: Remove `\setupthinrules` from default template. The width parameter this used is not actually supported, and the command didn't do anything. - Text.Pandoc.Extensions: - Add `Ext_element_citations` constructor (Albert Krewinkel). - Text.Pandoc.Citeproc.BibTeX: New unexported function `writeBibtexString`. - Text.Pandoc.Citeproc: - Use finer grained imports (Albert Krewinkel). - Factor out and export `getStyle` \[API change\]. - Export `getReferences` \[API change, #7106\]. - Factor out getLang. - Text.Pandoc.Parsing: modify `gridTableWith'` for headerless tables. If the table lacks a header, the header row should be an empty list. Previously we got a list of empty cells, which caused an empty header to be emitted instead of no header. In LaTeX/PDF output that meant we got a double top line with space between. - ImageSize: use `viewBox` for SVG if no length, width attributes (#7045). This change allows pandoc to extract size information from more SVGs. - Add simple default.nix. - Use commonmark 0.1.1.3. - Use citeproc 0.3.0.5. - Update default CSL to use latest chicago-author-date.csl. - CONTRIBUTING.md: add note on GNU xargs. - MANUAL.txt: - Update description of `-L`/`--lua-filter`. - Document use of citations in note styles (#6828).
Files
jgm/pandoc-2.11.4.zip
Files
(14.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:d97509c02c261216b7340141b18c83a1
|
14.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/jgm/pandoc/tree/2.11.4 (URL)