B. Watson b2bc93fc7e python/html2text: Remove template comment. 3 years ago
..
README 3bdd47985e python/html2text: Updated for version 2020.1.16, new maintainer. 4 years ago
html2text.SlackBuild b2bc93fc7e python/html2text: Remove template comment. 3 years ago
html2text.info 48c22f9303 various: Kill lots of python3 dep mentions 3 years ago
slack-desc 3bdd47985e python/html2text: Updated for version 2020.1.16, new maintainer. 4 years ago

README

html2text (turn HTML into equivalent Markdown-structured text)

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).

html2text can be used as a standalone program ("html2text --help" for
usage) or as a Python library (import html2text).