Skip to content

Commit e7df7d7

Browse files
jgmchristopherkenny
authored andcommitted
Bump to 3.6.2, update changelog
1 parent 1eb364d commit e7df7d7

File tree

2 files changed

+82
-1
lines changed

2 files changed

+82
-1
lines changed

changelog.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,86 @@
11
# Revision history for pandoc
22

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+
384
## pandoc 3.6.1 (2024-12-23)
485

586
* Allow YAML bibliographies to be arrays of references (#10452).

pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: pandoc
3-
version: 3.6.1
3+
version: 3.6.2
44
build-type: Simple
55
license: GPL-2.0-or-later
66
license-file: COPYING.md

0 commit comments

Comments
 (0)