aboutsummaryrefslogtreecommitdiff
path: root/man/man1/pandoc.1
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-03-03 18:19:31 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-03-03 18:19:31 +0000
commit31c030e3a55c3bc9d4a606e9658dd30a9aa1c938 (patch)
tree74d8041eb6ca26258a74164e29363342fad133bf /man/man1/pandoc.1
parentf99cedd236f06544b5937d5d362ada3059a5ca4b (diff)
downloadpandoc-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/pandoc.1')
-rw-r--r--man/man1/pandoc.13
1 files changed, 3 insertions, 0 deletions
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.