From 4ea1b2bdc0a86f135bae4ae95cfc3d45a9416604 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 30 Dec 2006 22:51:49 +0000 Subject: 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 --- man/man1/html2markdown.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man/man1/html2markdown.1') 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 -- cgit v1.2.3