diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-30 22:51:49 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-30 22:51:49 +0000 |
commit | 4ea1b2bdc0a86f135bae4ae95cfc3d45a9416604 (patch) | |
tree | 55cbdff00c136a483f5a280c07930635d58c9e3b /man | |
parent | 7cd9db048b9c29238efd1cecda65264db4223dcd (diff) | |
download | pandoc-4ea1b2bdc0a86f135bae4ae95cfc3d45a9416604.tar.gz |
Merged 'strict' branch from r324. This adds a '--strict'
option to pandoc, which forces it to stay as close as possible
to official Markdown syntax.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@347 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/html2markdown.1 | 4 | ||||
-rw-r--r-- | man/man1/markdown2pdf.1 | 4 | ||||
-rw-r--r-- | man/man1/pandoc.1 | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/man/man1/html2markdown.1 b/man/man1/html2markdown.1 index 413feb115..542d26852 100644 --- a/man/man1/html2markdown.1 +++ b/man/man1/html2markdown.1 @@ -32,6 +32,10 @@ Preserve tabs instead of converting them to spaces. .B \-\-tab-stop=\fITABSTOP\fB Specify tab stop (default is 4). .TP +.B \-\-strict +Use strict markdown syntax, with no extensions or variants. +.TP +.TP .B \-R, \-\-parse-raw Parse untranslatable HTML codes as raw HTML. .TP diff --git a/man/man1/markdown2pdf.1 b/man/man1/markdown2pdf.1 index 423ac6546..4524c0ac2 100644 --- a/man/man1/markdown2pdf.1 +++ b/man/man1/markdown2pdf.1 @@ -36,6 +36,10 @@ Preserve tabs instead of converting them to spaces. .B \-\-tab-stop=\fITABSTOP\fB Specify tab stop (default is 4). .TP +.B \-\-strict +Use strict markdown syntax, with no extensions or variants. +.TP +.TP .B \-N, \-\-number-sections Number section headings in LaTeX output. (Default is not to number them.) .TP diff --git a/man/man1/pandoc.1 b/man/man1/pandoc.1 index a955e9e8a..d8b226977 100644 --- a/man/man1/pandoc.1 +++ b/man/man1/pandoc.1 @@ -94,6 +94,9 @@ Preserve tabs instead of converting them to spaces. .B \-\-tab-stop=\fITABSTOP\fB Specify tab stop (default is 4). .TP +.B \-\-strict +Use strict markdown syntax, with no extensions or variants. +.TP .B \-R, \-\-parse-raw Parse untranslatable HTML codes and LaTeX environments as raw HTML or LaTeX, instead of ignoring them. |