pandoc/man/man1/html2markdown.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

23 lines
547 B
Groff

.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
.SH NAME
html2markdown \- converts HTML to markdown-formatted text
.SH SYNOPSIS
.B html2markdown
[
.I input-file
or
.I URL
]
.SH DESCRIPTION
.I html2markdown
converts
.I input-file
or
.I URL
(or text from STDIN)
from HTML to markdown-formatted plain text. It uses an available program
(e.g. wget, w3m, lynx or curl) to fetch the contents of the URL.
.SH AUTHOR
John MacFarlane
.SH "SEE ALSO"
.BR pandoc (1), markdown2html (1), markdown2latex (1), latex2markdown (1), markdown2pdf (1)