From 595f6bf39a93b78e74fa7ad121b05ce02c4bc37e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 8 Jul 2007 03:31:26 +0000 Subject: Man page templates: Escaped --'s in option list headers, so they won't be parsed as Em dashes when -S mode is used. git-svn-id: https://pandoc.googlecode.com/svn/trunk@644 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/markdown2pdf.1.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/man1/markdown2pdf.1.md') diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index 15238f93c..154c5bff1 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -39,26 +39,26 @@ latex setup, they can be obtained from . See `pandoc`(1) for a complete list. The following options are most relevant: --o *FILE*, --output=*FILE* +-o *FILE*, \--output=*FILE* : Write output to *FILE*. ---strict +\--strict : Use strict markdown syntax, with no extensions or variants. --N, --number-sections +-N, \--number-sections : Number section headings in LaTeX output. (Default is not to number them.) --H *FILE*, --include-in-header=*FILE* +-H *FILE*, \--include-in-header=*FILE* : Include (LaTeX) contents of *FILE* at the end of the header. Implies `-s`. --B *FILE*, --include-before-body=*FILE* +-B *FILE*, \--include-before-body=*FILE* : Include (LaTeX) contents of *FILE* at the beginning of the document body. --A *FILE*, --include-after-body=*FILE* +-A *FILE*, \--include-after-body=*FILE* : Include (LaTeX) contents of *FILE* at the end of the document body. --C *FILE*, --custom-header=*FILE* +-C *FILE*, \--custom-header=*FILE* : Use contents of *FILE* as the LaTeX document header (overriding the default header, which can be printed using `pandoc -D latex`). Implies `-s`. -- cgit v1.2.3