diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-03-03 18:19:31 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-03-03 18:19:31 +0000 |
commit | 31c030e3a55c3bc9d4a606e9658dd30a9aa1c938 (patch) | |
tree | 74d8041eb6ca26258a74164e29363342fad133bf /man/man1 | |
parent | f99cedd236f06544b5937d5d362ada3059a5ca4b (diff) | |
download | pandoc-31c030e3a55c3bc9d4a606e9658dd30a9aa1c938.tar.gz |
Added --inline-links option to force links in HTML to be parsed
as inline links, rather than reference links. (Addresses Issue
#4.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@554 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/html2markdown.1 | 2 | ||||
-rw-r--r-- | man/man1/pandoc.1 | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/html2markdown.1 b/man/man1/html2markdown.1 index 78c27808e..3ffda7a97 100644 --- a/man/man1/html2markdown.1 +++ b/man/man1/html2markdown.1 @@ -32,6 +32,8 @@ Write output to \fIFILE\fR instead of STDOUT. .B \-\-strict Use strict markdown syntax, with no extensions or variants. .TP +.B \-\-inline\-links +Parse links in HTML as inline links, rather than reference links. .TP .B \-R, \-\-parse-raw Parse untranslatable HTML codes as raw HTML. diff --git a/man/man1/pandoc.1 b/man/man1/pandoc.1 index 8c3c62e15..8a0012a3d 100644 --- a/man/man1/pandoc.1 +++ b/man/man1/pandoc.1 @@ -105,6 +105,9 @@ Specify tab stop (default is 4). .B \-\-strict Use strict markdown syntax, with no extensions or variants. .TP +.B \-\-inline\-links +Parse links in HTML as inline links, rather than reference links. +.TP .B \-R, \-\-parse-raw Parse untranslatable HTML codes and LaTeX environments as raw HTML or LaTeX, instead of ignoring them. |