aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2html.1
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-17 14:22:29 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-17 14:22:29 +0000
commitdf7b68225101966051f8b592a27127bf789eb81e (patch)
treea063e97ed58d0bdb2cbb5a95c3e8c1bcce54aa00 /man/man1/markdown2html.1
parente7dbfef4d8aa528d9245424e9c372e900a774c90 (diff)
downloadpandoc-df7b68225101966051f8b592a27127bf789eb81e.tar.gz
initial import
git-svn-id: https://pandoc.googlecode.com/svn/trunk@2 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/markdown2html.1')
-rw-r--r--man/man1/markdown2html.115
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/markdown2html.1 b/man/man1/markdown2html.1
new file mode 100644
index 000000000..cc91a9a6a
--- /dev/null
+++ b/man/man1/markdown2html.1
@@ -0,0 +1,15 @@
+.TH PANDOC 1 "AUGUST 2006" Linux "User Manuals"
+.SH NAME
+markdown2html \- converts markdown-formatted text to HTML
+.SH SYNOPSIS
+.B markdown2html [input-files]
+.SH DESCRIPTION
+.B markdown2html
+converts input-files (or text from STDIN) from markdown-formatted
+plain text to HTML.
+.SH AUTHOR
+John MacFarlane <jgm at berkeley.edu>
+.SH "SEE ALSO"
+pandoc (1), html2markdown (1), markdown2latex (1), latex2markdown (1),
+markdown2pdf (1)
+