NAME
       html2markdown - Convert HTML page into ascii markdown format
SYNOPSIS
         html2markdown [options] URL
DESCRIPTION
       html2text is a Python script that converts a page of HTML into clean,
       easy-to-read plain ASCII text. Better yet, that ASCII also happens to
       be valid Markdown (a text-to-HTML format).
OPTIONS
       None
ENVIRONMENT
       None.
FILES
       None.
SEE ALSO
       asciidoc(1) html2text(1) markdown(1) t2html(1)
AUTHORS
       Program was written by Aaron Swartz <me@aaronsw.com>.
       This manual page was written by Jari Aalto <jari.aalto@cante.net>, for
       the Debian GNU system (but may be used by others). Updated by Jari
       Aalto <jari.aalto@cante.net>. Released under license GNU GPL version 2
       or (at your option) any later version. For more information about
       license, visit <http://www.gnu.org/copyleft/gpl.html>.