diff options
| author | John MacFarlane <[email protected]> | 2025-05-17 10:06:40 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-17 10:06:40 -0700 |
| commit | 07c9924e5f445484b54c0757d2d9a97bdc59a1aa (patch) | |
| tree | 6102f7b20bdfd2e15c6b5e54762f8d434f2e2cc9 /pandoc-cli | |
| parent | fbeadcd0baae29decc19d2ac42d8a40fc974b868 (diff) | |
Update manual date; regenerate man pages.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/man/pandoc-lua.1 | 4 | ||||
| -rw-r--r-- | pandoc-cli/man/pandoc-server.1 | 4 | ||||
| -rw-r--r-- | pandoc-cli/man/pandoc.1 | 10 |
3 files changed, 8 insertions, 10 deletions
diff --git a/pandoc-cli/man/pandoc-lua.1 b/pandoc-cli/man/pandoc-lua.1 index 7a53a3775..e75dbda24 100644 --- a/pandoc-cli/man/pandoc-lua.1 +++ b/pandoc-cli/man/pandoc-lua.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.7 +.\" Automatically generated by Pandoc 3.7.0.1 .\" -.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.7" "Pandoc User\[cq]s Guide" +.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.7.0.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]]] diff --git a/pandoc-cli/man/pandoc-server.1 b/pandoc-cli/man/pandoc-server.1 index 5d2dcee42..650252fbf 100644 --- a/pandoc-cli/man/pandoc-server.1 +++ b/pandoc-cli/man/pandoc-server.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.7 +.\" Automatically generated by Pandoc 3.7.0.1 .\" -.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.7" "Pandoc User\[cq]s Guide" +.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.7.0.1" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-server\f[R] [\f[I]options\f[R]] .SH DESCRIPTION diff --git a/pandoc-cli/man/pandoc.1 b/pandoc-cli/man/pandoc.1 index e1f4cb2d4..c11d8f3b9 100644 --- a/pandoc-cli/man/pandoc.1 +++ b/pandoc-cli/man/pandoc.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.7 +.\" Automatically generated by Pandoc 3.7.0.1 .\" -.TH "pandoc" "1" "2025\-05\-14" "pandoc 3.7" "Pandoc User\[cq]s Guide" +.TH "pandoc" "1" "2025\-05\-17" "pandoc 3.7.0.1" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS @@ -7844,12 +7844,10 @@ The default ConTeXt markup generated by pandoc is optimized for readability and reuse, not tagging. Enable the \f[CR]tagging\f[R] format extension to force markup that is optimized for tagging. -This can be combined with the \f[CR]pdfa\f[R] variable to generate -standard\-compliant PDFs. -E.g.: +For example: .IP .EX -pandoc \-\-to=context+tagging \-V pdfa=3a +pandoc \-t context+tagging doc.md \-o doc.pdf .EE .PP A recent \f[CR]context\f[R] version should be used, as older versions |
