File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Revision history for pandoc
22
3+ ## pandoc 3.7.0.1 (2025-05-16)
4+
5+ * Text.Pandoc.Shared.Writer: Fix numerous problems with `gridTable` and add
6+ tests (#10848). These fixes affect the Markdown, RST, and Muse writers.
7+
8+ * Fix context writer/template to produce tagged PDFs (#10846).
9+ As before, the `tagging` extension must be enabled.
10+ We now add the command that tells ConTeXt to start tagging.
11+
312## pandoc 3.7 (2025-05-14)
413
514 * Add new command-line option `--variable-json` (#10341).
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : pandoc-cli
3- version : 3.7
3+ version : 3.7.0.1
44build-type : Simple
55license : GPL-2.0-or-later
66license-file : COPYING.md
@@ -70,7 +70,7 @@ executable pandoc
7070 buildable : True
7171 -- Note: we always link to an exact version of pandoc, with the
7272 -- same version as this package:
73- build-depends : pandoc == 3.7 ,
73+ build-depends : pandoc == 3.7.0.1 ,
7474 text
7575 other-modules : PandocCLI.Lua
7676 , PandocCLI.Server
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : pandoc
3- version : 3.7
3+ version : 3.7.0.1
44build-type : Simple
55license : GPL-2.0-or-later
66license-file : COPYING.md
You can’t perform that action at this time.
0 commit comments