aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2html.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/markdown2html.1')
-rw-r--r--man/man1/markdown2html.113
1 files changed, 12 insertions, 1 deletions
diff --git a/man/man1/markdown2html.1 b/man/man1/markdown2html.1
index 76b449ec8..d6243182a 100644
--- a/man/man1/markdown2html.1
+++ b/man/man1/markdown2html.1
@@ -8,9 +8,20 @@ markdown2html \- converts markdown-formatted text to HTML
(or text from STDIN) from markdown-formatted plain text to HTML.
If multiple files are specified, they will be combined to make a single
HTML document.
+.PP
+\fBmarkdown2html\fR is a wrapper for \fBpandoc\fR.
+.SH OPTIONS
+.TP
+.B \-\-
+Any options appearing after ` \-\- ' on the command line will be passed
+directly to \fBpandoc\fR. See \fBpandoc\fR(1) for a list of options
+that may be used. Options specified in this way will override
+PANDOC_OPTS (see below). Example:
+.IP
+markdown2html input.txt -- --css=main.css -S
.SH ENVIRONMENT
Any command-line options contained in the PANDOC_OPTS environment variable
-will be passed to \fBpandoc\fR by this wrapper script. See \fBpandoc\fR(1)
+will be passed directly to \fBpandoc\fR. See \fBpandoc\fR(1)
for a list of options that may be used.
.SH "SEE ALSO"
\fBpandoc\fR(1),