aboutsummaryrefslogtreecommitdiff
path: root/man/man1/html2markdown.1
blob: 3ff142d3e14822b89e05ce97d6736237464c52e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.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)