We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7df7d7 commit 0fc2b1aCopy full SHA for 0fc2b1a
MANUAL.txt
@@ -1,7 +1,7 @@
1
---
2
title: Pandoc User's Guide
3
author: John MacFarlane
4
-date: December 22, 2024
+date: January 12, 2025
5
6
7
# Synopsis
pandoc-cli/pandoc-cli.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-cli
-version: 3.6.1
+version: 3.6.2
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -70,7 +70,7 @@ executable pandoc
70
buildable: True
71
-- Note: we always link to an exact version of pandoc, with the
72
-- same version as this package:
73
- build-depends: pandoc == 3.6.1,
+ build-depends: pandoc == 3.6.2,
74
text
75
other-modules: PandocCLI.Lua
76
, PandocCLI.Server
0 commit comments