pandoc-cli 3.8.1 → 3.8.2
raw patch · 5 files changed
+24/−18 lines, 5 filesdep ~pandoc
Dependency ranges changed: pandoc
Files
- COPYING.md +5/−6
- man/pandoc-lua.1 +2/−2
- man/pandoc-server.1 +2/−2
- man/pandoc.1 +13/−6
- pandoc-cli.cabal +2/−2
COPYING.md view
@@ -3,8 +3,8 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA-+ <https://fsf.org/>+ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -317,10 +317,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.-- You should have received a copy of the GNU General Public License- along with this program; if not, write to the Free Software- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.+ + You should have received a copy of the GNU General Public License along+ with this program; if not, see <https://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail.
man/pandoc-lua.1 view
@@ -1,6 +1,6 @@-.\" Automatically generated by Pandoc 3.8.1+.\" Automatically generated by Pandoc 3.8.2 .\"-.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.1" "Pandoc User\[cq]s Guide"+.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.2" "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.1+.\" Automatically generated by Pandoc 3.8.2 .\"-.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.1" "Pandoc User\[cq]s Guide"+.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.2" "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.1+.\" Automatically generated by Pandoc 3.8.2 .\"-.TH "pandoc" "1" "2025\-09\-29" "pandoc 3.8.1" "Pandoc User\[cq]s Guide"+.TH "pandoc" "1" "2025\-10\-05" "pandoc 3.8.2" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS@@ -151,7 +151,7 @@ \f[CR]amsmath\f[R], \f[CR]lm\f[R], \f[CR]unicode\-math\f[R], \f[CR]iftex\f[R], \f[CR]listings\f[R] (if the \f[CR]\-\-listings\f[R] option is used), \f[CR]fancyvrb\f[R], \f[CR]longtable\f[R],-\f[CR]booktabs\f[R], [\f[CR]multirow\f[R]] (if the document contains a+\f[CR]booktabs\f[R], \f[CR]multirow\f[R] (if the document contains a table with cells that cross multiple rows), \f[CR]graphicx\f[R] (if the document contains images), \f[CR]bookmark\f[R], \f[CR]xcolor\f[R], \f[CR]soul\f[R], \f[CR]geometry\f[R] (with the \f[CR]geometry\f[R]@@ -169,8 +169,7 @@ variable set). If the \f[CR]mathspec\f[R] variable is set, \f[CR]xelatex\f[R] will use \f[CR]mathspec\f[R] instead of \f[CR]unicode\-math\f[R].-The \f[CR]upquote\f[R] and \f[CR]microtype\f[R] packages are used if-available, and \f[CR]csquotes\f[R] will be used for typography if the+The \f[CR]csquotes\f[R] package will be used for typography if the \f[CR]csquotes\f[R] variable or metadata field is set to a true value. The \f[CR]natbib\f[R], \f[CR]biblatex\f[R], \f[CR]bibtex\f[R], and \f[CR]biber\f[R] packages can optionally be used for citation rendering.@@ -3378,7 +3377,7 @@ .SS Variables for Typst .TP \f[CR]template\f[R]-Typst template to use.+Typst template to use (relative path only). .TP \f[CR]margin\f[R] A dictionary with the fields defined in the Typst documentation:@@ -4973,6 +4972,14 @@ Other orgtbl features are not supported. In particular, to get non\-default column alignment, you\(cqll need to add colons as above.+.SS Extension: \f[CR]table_attributes\f[R]+Attributes may be attached to tables by including them at the end of the+caption.+(For the syntax, see \f[CR]header_attributes\f[R].)+.IP+.EX+ : Here\(aqs the caption. {#ident .class key=\(dqvalue\(dq}+.EE .SS Metadata blocks .SS Extension: \f[CR]pandoc_title_block\f[R] If the file begins with a title block
pandoc-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-cli-version: 3.8.1+version: 3.8.2 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.1,+ build-depends: pandoc == 3.8.2, text other-modules: PandocCLI.Lua , PandocCLI.Server