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
|
|
|
|
html2markdown \- converts HTML to markdown-formatted text
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B html2markdown
|
2006-11-01 06:32:52 +00:00
|
|
|
[
|
|
|
|
.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.
|
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), markdown2html (1), markdown2latex (1), latex2markdown (1), markdown2pdf (1)
|