aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2latex.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/markdown2latex.1')
-rw-r--r--man/man1/markdown2latex.118
1 files changed, 8 insertions, 10 deletions
diff --git a/man/man1/markdown2latex.1 b/man/man1/markdown2latex.1
index 5529f75ab..374896e5b 100644
--- a/man/man1/markdown2latex.1
+++ b/man/man1/markdown2latex.1
@@ -2,17 +2,15 @@
.SH NAME
markdown2latex \- converts markdown-formatted text to LaTeX
.SH SYNOPSIS
-.B markdown2latex
-[
-.I input-files
-]
+\fBmarkdown2latex\fR [ \fIinput-files\fR ]
.SH DESCRIPTION
-.I markdown2latex
-converts
-.I input-files
-(or text from STDIN) from markdown-formatted
-plain text to LaTeX. If multiple files are specified, they will
-be combined to make a single LaTeX document.
+\fBmarkdown2latex\fR converts \fIinput-files\fR (or text from STDIN)
+from markdown-formatted plain text to LaTeX. If multiple files are
+specified, they will be combined to make a single LaTeX document.
+.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)
+for a list of options that may be used.
.SH "SEE ALSO"
\fBpandoc\fR(1),
\fBmarkdown2html\fR(1),