summaryrefslogtreecommitdiff
path: root/man/man1/markdown2html.1
blob: 300aa1a406334275a521e948d4ceeb2dd3c82783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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)