diff options
Diffstat (limited to 'pandoc-cli/man/pandoc.1')
| -rw-r--r-- | pandoc-cli/man/pandoc.1 | 10 |
1 files changed, 4 insertions, 6 deletions
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 |
