Skip to content

Commit 07c9924

Browse files
committed
Update manual date; regenerate man pages.
1 parent fbeadcd commit 07c9924

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-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-05-16
4+
date: 2025-05-17
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.7
1+
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.7" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.7.0.1" "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.7
1+
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.7" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.7.0.1" "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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.7
1+
.\" Automatically generated by Pandoc 3.7.0.1
22
.\"
3-
.TH "pandoc" "1" "2025\-05\-14" "pandoc 3.7" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc" "1" "2025\-05\-17" "pandoc 3.7.0.1" "Pandoc User\[cq]s Guide"
44
.SH NAME
55
pandoc - general markup converter
66
.SH SYNOPSIS
@@ -7844,12 +7844,10 @@ The default ConTeXt markup generated by pandoc is optimized for
78447844
readability and reuse, not tagging.
78457845
Enable the \f[CR]tagging\f[R] format extension to force markup that is
78467846
optimized for tagging.
7847-
This can be combined with the \f[CR]pdfa\f[R] variable to generate
7848-
standard\-compliant PDFs.
7849-
E.g.:
7847+
For example:
78507848
.IP
78517849
.EX
7852-
pandoc \-\-to=context+tagging \-V pdfa=3a
7850+
pandoc \-t context+tagging doc.md \-o doc.pdf
78537851
.EE
78547852
.PP
78557853
A recent \f[CR]context\f[R] version should be used, as older versions

0 commit comments

Comments
 (0)