aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-21 10:30:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-21 10:30:28 -0800
commitcd03ccca583470ef24a13769da292bd364b748e4 (patch)
treea895ed1670227007dabc23cafbf1bb4c60849666 /man
parentd399b1fb38f1648e01ef39cd8ed730b7e301e626 (diff)
downloadpandoc-cd03ccca583470ef24a13769da292bd364b748e4.tar.gz
Update man page and MANUAL date.
Diffstat (limited to 'man')
-rw-r--r--man/pandoc.19
1 files changed, 6 insertions, 3 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1
index 5ceaec058..92fe61116 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,5 +1,5 @@
.\"t
-.TH PANDOC 1 "December 12, 2019" "pandoc 2.9"
+.TH PANDOC 1 "December 21, 2019" "pandoc 2.9.1"
.SH NAME
pandoc - general markup converter
.SH SYNOPSIS
@@ -250,6 +250,8 @@ if you need extensions not supported in \f[C]gfm\f[R].
.IP \[bu] 2
\f[C]jats\f[R] (JATS XML)
.IP \[bu] 2
+\f[C]jira\f[R] (Jira wiki markup)
+.IP \[bu] 2
\f[C]json\f[R] (JSON version of native AST)
.IP \[bu] 2
\f[C]latex\f[R] (LaTeX)
@@ -525,8 +527,9 @@ Markdown documents that use level-1 headings for sections to HTML, since
pandoc uses a level-1 heading to render the document title.
.TP
\f[B]\f[CB]--base-header-level=\f[B]\f[R]\f[I]NUMBER\f[R]
-\f[I]Deprecated. Use \f[CI]--shift-heading-level-by\f[I] instead.\f[R]
-Specify the base level for headings (defaults to 1).
+\f[I]Deprecated. Use \f[CI]--shift-heading-level-by\f[I]=X instead,
+where X = NUMBER - 1.\f[R] Specify the base level for headings (defaults
+to 1).
.TP
\f[B]\f[CB]--strip-empty-paragraphs\f[B]\f[R]
\f[I]Deprecated. Use the \f[CI]+empty_paragraphs\f[I] extension