packages feed

pandoc-cli 3.8.2 → 3.8.2.1

raw patch · 4 files changed

+9/−9 lines, 4 filesdep ~pandoc

Dependency ranges changed: pandoc

Files

man/pandoc-lua.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.8.2+.\" Automatically generated by Pandoc 3.8.2.1 .\"-.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.2" "Pandoc User\[cq]s Guide"+.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.2.1" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R] [\f[I]args\f[R]]]
man/pandoc-server.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.8.2+.\" Automatically generated by Pandoc 3.8.2.1 .\"-.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.2" "Pandoc User\[cq]s Guide"+.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.2.1" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-server\f[R] [\f[I]options\f[R]] .SH DESCRIPTION
man/pandoc.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.8.2+.\" Automatically generated by Pandoc 3.8.2.1 .\"-.TH "pandoc" "1" "2025\-10\-05" "pandoc 3.8.2" "Pandoc User\[cq]s Guide"+.TH "pandoc" "1" "2025\-10\-20" "pandoc 3.8.2.1" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS@@ -8132,7 +8132,7 @@ reveal anything readable by the process running the server. Using the \f[CR]\-f html+raw_html\f[R] will mitigate this threat by causing the whole \f[CR]iframe\f[R] to be parsed as a raw HTML block.-Using \(ga\(ensandbox will also protect against the threat.+Using \f[CR]\-\-sandbox\f[R] will also protect against the threat. .IP "5." 3 If your application uses pandoc as a Haskell library (rather than shelling out to the executable), it is possible to use it in a mode that
pandoc-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version:   2.4 name:            pandoc-cli-version:         3.8.2+version:         3.8.2.1 build-type:      Simple license:         GPL-2.0-or-later license-file:    COPYING.md@@ -70,7 +70,7 @@   buildable:       True   -- Note: we always link to an exact version of pandoc, with the   -- same version as this package:-  build-depends:   pandoc == 3.8.2,+  build-depends:   pandoc == 3.8.2.1,                    text   other-modules:   PandocCLI.Lua                  , PandocCLI.Server