pandoc-cli 3.10.1 → 3.10.2
raw patch · 4 files changed
+9/−9 lines, 4 filesdep ~pandoc
Dependency ranges changed: pandoc
Files
- man/pandoc-lua.1 +2/−2
- man/pandoc-server.1 +2/−2
- man/pandoc.1 +3/−3
- pandoc-cli.cabal +2/−2
man/pandoc-lua.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.10.1+.\" Automatically generated by Pandoc 3.10.2 .\"-.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.10.1" "Pandoc User\[cq]s Guide"+.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.10.2" "Pandoc User\[cq]s Guide" .SH NAME pandoc\-lua \- Lua interface to pandoc API .SH SYNOPSIS
man/pandoc-server.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.10.1+.\" Automatically generated by Pandoc 3.10.2 .\"-.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.10.1" "Pandoc User\[cq]s Guide"+.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.10.2" "Pandoc User\[cq]s Guide" .SH NAME pandoc\-server \- web server exposing pandoc API .SH SYNOPSIS
man/pandoc.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.10.1+.\" Automatically generated by Pandoc 3.10.2 .\"-.TH "pandoc" "1" "2026\-07\-21" "pandoc 3.10.1" "Pandoc User\[cq]s Guide"+.TH "pandoc" "1" "2026\-08\-11" "pandoc 3.10.2" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS@@ -325,7 +325,7 @@ .IP \(bu 2 \f[CR]ansi\f[R] (text with ANSI escape codes, for terminal viewing) .IP \(bu 2-\f[CR]asciidoc\f[R] (modern AsciiDoc as interpreted by AsciiDoctor)+\f[CR]asciidoc\f[R] (modern AsciiDoc as interpreted by Asciidoctor) .IP \(bu 2 \f[CR]asciidoc_legacy\f[R] (AsciiDoc as interpreted by \f[CR]asciidoc\-py\f[R]).
pandoc-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-cli-version: 3.10.1+version: 3.10.2 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md@@ -69,7 +69,7 @@ buildable: True -- Note: we always link to an exact version of pandoc, with the -- same version as this package:- build-depends: pandoc == 3.10.1, text+ build-depends: pandoc == 3.10.2, text other-modules: PandocCLI.Lua , PandocCLI.Server