summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/html2markdown.12
-rw-r--r--man/man1/pandoc.13
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.