2006-11-01 06:32:52 +00:00
|
|
|
.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH NAME
|
|
|
|
markdown2html \- converts markdown-formatted text to HTML
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B markdown2html
|
2006-11-01 06:32:52 +00:00
|
|
|
[
|
|
|
|
.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.
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH AUTHOR
|
2006-11-01 06:32:52 +00:00
|
|
|
John MacFarlane
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH "SEE ALSO"
|
2006-11-01 06:32:52 +00:00
|
|
|
.BR pandoc (1), html2markdown (1), markdown2latex (1), latex2markdown (1), markdown2pdf (1)
|