Skip to content

Commit fe57c69

Browse files
committed
Bump manual date.
1 parent 677b8d0 commit fe57c69

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

MANUAL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Pandoc User's Guide
33
author: John MacFarlane
4-
date: 2025-09-29
4+
date: 2025-10-05
55
---
66

77
# Synopsis

pandoc-cli/man/pandoc-lua.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.8.1
1+
.\" Automatically generated by Pandoc 3.8.2
22
.\"
3-
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.1" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.2" "Pandoc User\[cq]s Guide"
44
.SH SYNOPSIS
55
\f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R]
66
[\f[I]args\f[R]]]

pandoc-cli/man/pandoc-server.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.8.1
1+
.\" Automatically generated by Pandoc 3.8.2
22
.\"
3-
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.1" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.2" "Pandoc User\[cq]s Guide"
44
.SH SYNOPSIS
55
\f[CR]pandoc\-server\f[R] [\f[I]options\f[R]]
66
.SH DESCRIPTION

pandoc-cli/man/pandoc.1

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.8.1
1+
.\" Automatically generated by Pandoc 3.8.2
22
.\"
3-
.TH "pandoc" "1" "2025\-09\-29" "pandoc 3.8.1" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc" "1" "2025\-10\-05" "pandoc 3.8.2" "Pandoc User\[cq]s Guide"
44
.SH NAME
55
pandoc - general markup converter
66
.SH SYNOPSIS
@@ -151,7 +151,7 @@ included with all recent versions of TeX Live): \f[CR]amsfonts\f[R],
151151
\f[CR]amsmath\f[R], \f[CR]lm\f[R], \f[CR]unicode\-math\f[R],
152152
\f[CR]iftex\f[R], \f[CR]listings\f[R] (if the \f[CR]\-\-listings\f[R]
153153
option is used), \f[CR]fancyvrb\f[R], \f[CR]longtable\f[R],
154-
\f[CR]booktabs\f[R], [\f[CR]multirow\f[R]] (if the document contains a
154+
\f[CR]booktabs\f[R], \f[CR]multirow\f[R] (if the document contains a
155155
table with cells that cross multiple rows), \f[CR]graphicx\f[R] (if the
156156
document contains images), \f[CR]bookmark\f[R], \f[CR]xcolor\f[R],
157157
\f[CR]soul\f[R], \f[CR]geometry\f[R] (with the \f[CR]geometry\f[R]
@@ -169,8 +169,7 @@ requires \f[CR]fontspec\f[R].
169169
variable set).
170170
If the \f[CR]mathspec\f[R] variable is set, \f[CR]xelatex\f[R] will use
171171
\f[CR]mathspec\f[R] instead of \f[CR]unicode\-math\f[R].
172-
The \f[CR]upquote\f[R] and \f[CR]microtype\f[R] packages are used if
173-
available, and \f[CR]csquotes\f[R] will be used for typography if the
172+
The \f[CR]csquotes\f[R] package will be used for typography if the
174173
\f[CR]csquotes\f[R] variable or metadata field is set to a true value.
175174
The \f[CR]natbib\f[R], \f[CR]biblatex\f[R], \f[CR]bibtex\f[R], and
176175
\f[CR]biber\f[R] packages can optionally be used for citation rendering.
@@ -3378,7 +3377,7 @@ filename)
33783377
.SS Variables for Typst
33793378
.TP
33803379
\f[CR]template\f[R]
3381-
Typst template to use.
3380+
Typst template to use (relative path only).
33823381
.TP
33833382
\f[CR]margin\f[R]
33843383
A dictionary with the fields defined in the Typst documentation:
@@ -4973,6 +4972,14 @@ The difference is that \f[CR]+\f[R] is used instead of \f[CR]|\f[R].
49734972
Other orgtbl features are not supported.
49744973
In particular, to get non\-default column alignment, you\(cqll need to
49754974
add colons as above.
4975+
.SS Extension: \f[CR]table_attributes\f[R]
4976+
Attributes may be attached to tables by including them at the end of the
4977+
caption.
4978+
(For the syntax, see \f[CR]header_attributes\f[R].)
4979+
.IP
4980+
.EX
4981+
: Here\(aqs the caption. {#ident .class key=\(dqvalue\(dq}
4982+
.EE
49764983
.SS Metadata blocks
49774984
.SS Extension: \f[CR]pandoc_title_block\f[R]
49784985
If the file begins with a title block

0 commit comments

Comments
 (0)