diff options
| author | John MacFarlane <[email protected]> | 2024-07-28 14:13:20 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-07-28 14:13:20 -0700 |
| commit | 092af7ff5d8d2825466ffd049b4559f86d2f6c9e (patch) | |
| tree | 4092a042f736159a98d10697092edc63defdb7ec /pandoc-cli | |
| parent | cb605bb7bf18d8c7d225f6e02016626645e52a49 (diff) | |
Update MANUAL date and 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 | 18 |
3 files changed, 15 insertions, 11 deletions
diff --git a/pandoc-cli/man/pandoc-lua.1 b/pandoc-cli/man/pandoc-lua.1 index cc5d415f0..54b9564e9 100644 --- a/pandoc-cli/man/pandoc-lua.1 +++ b/pandoc-cli/man/pandoc-lua.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.2.1 +.\" Automatically generated by Pandoc 3.3 .\" -.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.2.1" "Pandoc User\[cq]s Guide" +.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.3" "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 d4e55c2b3..9c1e6e609 100644 --- a/pandoc-cli/man/pandoc-server.1 +++ b/pandoc-cli/man/pandoc-server.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.2.1 +.\" Automatically generated by Pandoc 3.3 .\" -.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.2.1" "Pandoc User\[cq]s Guide" +.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.3" "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 cf0853692..22cc7b9c7 100644 --- a/pandoc-cli/man/pandoc.1 +++ b/pandoc-cli/man/pandoc.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.2.1 +.\" Automatically generated by Pandoc 3.3 .\" -.TH "pandoc" "1" "June 24, 2024" "pandoc 3.2.1" "Pandoc User\[cq]s Guide" +.TH "pandoc" "1" "July 28, 2024" "pandoc 3.3" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS @@ -1036,6 +1036,10 @@ SVG in a document, as \f[CR]<use>\f[R] elements will be used to reduce duplication. .RE .TP +\f[CR]\-\-link\-images[=true|false]\f[R] +Include links to images instead of embedding the images in ODT. +(This option currently only affects ODT output.) +.TP \f[CR]\-\-html\-q\-tags[=true|false]\f[R] Use \f[CR]<q>\f[R] tags for quotes in HTML. (This option only has an effect if the \f[CR]smart\f[R] extension is @@ -1095,7 +1099,7 @@ If \f[CR]beamer\f[R] is the output format, specifying either become \f[CR]\[rs]part{..}\f[R], while second\-level headings remain as their default type. .TP -\f[CR]\-N\f[R], \f[CR]\-\-number\-sections\f[R] +\f[CR]\-N\f[R], \f[CR]\-\-number\-sections=[true|false]\f[R] Number section headings in LaTeX, ConTeXt, HTML, Docx, ms, or EPUB output. By default, sections are not numbered. @@ -3650,17 +3654,17 @@ included as raw Markdown blocks (allowing lossless round\-tripping) rather than being parsed. Use this only when you are targeting \f[CR]ipynb\f[R] or a Markdown\-based output format. -.SS Extension: \f[CR]citations\f[R] +.SS Extension: \f[CR]citations\f[R] (org) When the \f[CR]citations\f[R] extension is enabled in \f[CR]org\f[R], org\-cite and org\-ref style citations will be parsed as native pandoc citations. -.PP +.SS Extension: \f[CR]citations\f[R] (docx) When \f[CR]citations\f[R] is enabled in \f[CR]docx\f[R], citations inserted by Zotero or Mendeley or EndNote plugins will be parsed as native pandoc citations. (Otherwise, the formatted citations generated by the bibliographic software will be parsed as regular text.) -.SS Extension: \f[CR]fancy_lists\f[R] +.SS Extension: \f[CR]fancy_lists\f[R] (org) Some aspects of Pandoc\[cq]s Markdown fancy lists are also accepted in \f[CR]org\f[R] input, mimicking the option \f[CR]org\-list\-allow\-alphabetical\f[R] in Emacs. @@ -7801,7 +7805,7 @@ content in URLs and attributes. To be safe, you should run all HTML generated from untrusted user input through an HTML sanitizer. .SH AUTHORS -Copyright 2006\[en]2022 John MacFarlane (jgm\[at]berkeley.edu). +Copyright 2006\[en]2024 John MacFarlane (jgm\[at]berkeley.edu). Released under the GPL, version 2 or greater. This software carries no warranty of any kind. (See COPYRIGHT for full copyright and warranty notices.) |
