pandoc-cli 3.8.2.1 → 3.8.3
raw patch · 4 files changed
+46/−18 lines, 4 filesdep ~pandoc
Dependency ranges changed: pandoc
Files
- man/pandoc-lua.1 +2/−2
- man/pandoc-server.1 +2/−2
- man/pandoc.1 +40/−12
- pandoc-cli.cabal +2/−2
man/pandoc-lua.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.8.2.1+.\" Automatically generated by Pandoc 3.8.3 .\"-.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.2.1" "Pandoc User\[cq]s Guide"+.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.3" "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.1+.\" Automatically generated by Pandoc 3.8.3 .\"-.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.2.1" "Pandoc User\[cq]s Guide"+.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.3" "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.1+.\" Automatically generated by Pandoc 3.8.3 .\"-.TH "pandoc" "1" "2025\-10\-20" "pandoc 3.8.2.1" "Pandoc User\[cq]s Guide"+.TH "pandoc" "1" "2025\-12\-01" "pandoc 3.8.3" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS@@ -43,7 +43,8 @@ If no \f[I]input\-files\f[R] are specified, input is read from \f[I]stdin\f[R]. Output goes to \f[I]stdout\f[R] by default.-For output to a file, use the \f[CR]\-o\f[R] option:+For output to a file, use the \f[CR]\-o\f[R]/\f[CR]\-\-output\f[R]+option: .IP .EX pandoc \-o output.html input.txt@@ -205,6 +206,8 @@ \f[I]FORMAT\f[R] can be: .RS .IP \(bu 2+\f[CR]asciidoc\f[R] (AsciiDoc markup)+.IP \(bu 2 \f[CR]bibtex\f[R] (BibTeX bibliography) .IP \(bu 2 \f[CR]biblatex\f[R] (BibLaTeX bibliography)@@ -281,6 +284,8 @@ .IP \(bu 2 \f[CR]pod\f[R] (Perl\(cqs Plain Old Documentation) .IP \(bu 2+\f[CR]pptx\f[R] (PowerPoint)+.IP \(bu 2 \f[CR]ris\f[R] (RIS bibliography) .IP \(bu 2 \f[CR]rtf\f[R] (Rich Text Format)@@ -299,6 +304,8 @@ .IP \(bu 2 \f[CR]vimwiki\f[R] (Vimwiki) .IP \(bu 2+\f[CR]xlsx\f[R] (Excel spreadsheet)+.IP \(bu 2 \f[CR]xml\f[R] (XML version of native AST) .IP \(bu 2 the path of a custom Lua reader, see Custom readers and writers below@@ -324,6 +331,18 @@ .IP \(bu 2 \f[CR]asciidoctor\f[R] (deprecated synonym for \f[CR]asciidoc\f[R]) .IP \(bu 2+\f[CR]bbcode\f[R] BBCode+.IP \(bu 2+\f[CR]bbcode_fluxbb\f[R] BBCode (FluxBB)+.IP \(bu 2+\f[CR]bbcode_phpbb\f[R] BBCode (phpBB)+.IP \(bu 2+\f[CR]bbcode_steam\f[R] BBCode (Hubzilla)+.IP \(bu 2+\f[CR]bbcode_hubzilla\f[R] BBCode (Hubzilla)+.IP \(bu 2+\f[CR]bbcode_xenforo\f[R] BBCode (xenForo)+.IP \(bu 2 \f[CR]beamer\f[R] (LaTeX beamer slide show) .IP \(bu 2 \f[CR]bibtex\f[R] (BibTeX bibliography)@@ -5826,34 +5845,43 @@ .SS Extension: \f[CR]implicit_figures\f[R] An image with nonempty alt text, occurring by itself in a paragraph, will be rendered as a figure with a caption.-The image\(cqs alt text will be used as the caption.+The image\(cqs description will be used as the caption. .IP .EX-+ .EE .PP How this is rendered depends on the output format. Some output formats (e.g.\ RTF) do not yet support figures. In those formats, you\(cqll just get an image in a paragraph by itself, with no caption.-For LaTeX output, you can specify a figure\(cqs positioning by adding-the \f[CR]latex\-placement\f[R] attribute.-.IP-.EX-{latex\-placement=\(dqht\(dq}-.EE .PP If you just want a regular inline image, just make sure it is not the only thing in the paragraph. One way to do this is to insert a nonbreaking space after the image: .IP .EX-\(rs+\(rs .EE .PP Note that in reveal.js slide shows, an image in a paragraph by itself that has the \f[CR]r\-stretch\f[R] class will fill the screen, and the caption and figure tags will be omitted.+.PP+To specify an alt text for the image that is different from the caption,+you can use an explicit attribute (assuming the+\f[CR]link_attributes\f[R] extension is set):+.IP+.EX+{alt=\(dqdescription of image\(dq}+.EE+.PP+For LaTeX output, you can specify a figure\(cqs positioning by adding+the \f[CR]latex\-placement\f[R] attribute.+.IP+.EX+{latex\-placement=\(dqht\(dq}+.EE .SS Extension: \f[CR]link_attributes\f[R] Attributes can be set on links and images: .IP
pandoc-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-cli-version: 3.8.2.1+version: 3.8.3 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.1,+ build-depends: pandoc == 3.8.3, text other-modules: PandocCLI.Lua , PandocCLI.Server