diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-14 23:23:26 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-14 23:23:26 +0000 |
commit | baae74af57372896d612e54180b50010b915a37c (patch) | |
tree | 57d306133dd54e6367a9fb195550129383bf3220 /man/man1 | |
parent | 075f958c6a96449f071dea2a9bbfaaad98905f33 (diff) | |
download | pandoc-baae74af57372896d612e54180b50010b915a37c.tar.gz |
Added --base-header-level option.
Thanks to Jérémy Bobbio for the patch that formed the basis of this commit.
Closes Debian #563416.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1889 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 3e1005caa..647606404 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -174,6 +174,9 @@ should pipe input and output through `iconv`: RTF) or an instruction to create one (LaTeX, reStructuredText). This option has no effect on man, DocBook, or S5 output. +\--base-header-level=*LEVEL* +: Specify the base level for headers (defaults to 1). + \--template=*FILE* : Use *FILE* as a custom template for the generated document. Implies `-s`. See TEMPLATES below for a description of template syntax. If |