|
1 | 1 | # Revision history for pandoc |
2 | 2 |
|
| 3 | +## pandoc 3.6.2 (2025-01-12) |
| 4 | + |
| 5 | + * New output format: `pod` (Evan Silberman). Pod ("Plain old documentation") |
| 6 | + is a markup languaged used principally to document Perl modules and |
| 7 | + programs. |
| 8 | + |
| 9 | + * New reader module Text.Pandoc.Readers.Pod, exporting `readPod` |
| 10 | + [API change]. |
| 11 | + |
| 12 | + * Docx reader: |
| 13 | + |
| 14 | + + Support row heads in tables (#9495). Reader: When `w:tblLook` has |
| 15 | + `w:firstColumn` set (or an equivalent bit mask), we set row heads = 1 |
| 16 | + in the AST. |
| 17 | + + Read table styles as custom styles when `styles` extension |
| 18 | + is enabled (#9603). |
| 19 | + |
| 20 | + * HTML reader: |
| 21 | + |
| 22 | + + Add size information for font awesome SVG icons (#10134). |
| 23 | + If the icon has class `fa-fw` or `fa-w16` or `fa-w14`, we add a width |
| 24 | + attribute to prevent the icon from appearing full-width in PDF or |
| 25 | + docx output. |
| 26 | + |
| 27 | + * Djot reader: |
| 28 | + |
| 29 | + + Use a Span with class "mark" rather than "highlighted" for |
| 30 | + highlighted text, for consistency with the other pandoc readers and |
| 31 | + writers. |
| 32 | + |
| 33 | + * mandoc reader: |
| 34 | + |
| 35 | + + Add mdoc St for C23 (Evan Silberman). |
| 36 | + |
| 37 | + * RST reader: |
| 38 | + |
| 39 | + + Fix handling of underscores (#10497). Fixes a a regression |
| 40 | + introduced in 3.6. |
| 41 | + |
| 42 | + * Docx writer: |
| 43 | + |
| 44 | + + Support row heads in tables (#9495). Writer: set `w:firstColumn` in |
| 45 | + `w:tblLook` when there are row heads. (Word only allows one, so this |
| 46 | + is triggered by any number of row heads > 0.) |
| 47 | + |
| 48 | + * Djot writer: |
| 49 | + |
| 50 | + + Render a Span with sole class "mark" as highlighted text. |
| 51 | + |
| 52 | + * Asciidoc writer: |
| 53 | + |
| 54 | + + Don't emit the class in a span if it's just "mark" (#10511). |
| 55 | + The "mark" class is used for highlighting, and Asciidoc treats |
| 56 | + bare `#...#` with no attributes as highlighted text. |
| 57 | + + Improve escaping (#10385, #2337, #6424). |
| 58 | + |
| 59 | + * EPUB v2 writer: |
| 60 | + |
| 61 | + + Fix cover image (#10505). This is a regression introduced in 3.6. |
| 62 | + |
| 63 | + * Typst writer: |
| 64 | + |
| 65 | + + Fix handling of pixel image dimensions (#9945). |
| 66 | + These are now converted to inches as in the LaTeX writer. |
| 67 | + |
| 68 | + * Improve error message given when users specify `asciidoc` as input |
| 69 | + format (#8416, Santiago Zarate). |
| 70 | + |
| 71 | + * Allow random 1.3. |
| 72 | + |
| 73 | + * Use texmath 0.12.8.13 (typst improvements). |
| 74 | + |
| 75 | + * `lua-filters.md`: document `system.os` return values (#10523). |
| 76 | + |
| 77 | + * `MANUAL.txt`: |
| 78 | + |
| 79 | + + Improve manual's coverage of custom styles. |
| 80 | + + Replace LibreOffice PDF documentation link to latest so it links |
| 81 | + to the latest major release rather than a specific major release |
| 82 | + (which there are two of every year) (Stéphane Guillou). |
| 83 | + |
3 | 84 | ## pandoc 3.6.1 (2024-12-23) |
4 | 85 |
|
5 | 86 | * Allow YAML bibliographies to be arrays of references (#10452). |
|
0 commit comments