pandoc/man/man1/markdown2html.1
fiddlosopher b8d960d1b9 Improved man files for pandoc and all wrappers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@57 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01 06:32:52 +00:00

19 lines
518 B
Groff

.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
.SH NAME
markdown2html \- converts markdown-formatted text to HTML
.SH SYNOPSIS
.B markdown2html
[
.I input-files
]
.SH DESCRIPTION
.I markdown2html
converts
.I input-files
(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.
.SH AUTHOR
John MacFarlane
.SH "SEE ALSO"
.BR pandoc (1), html2markdown (1), markdown2latex (1), latex2markdown (1), markdown2pdf (1)