SlackBuildsOrg/python/html2text
B. Watson b364c5f8ce python/html2text: Update email address.
Signed-off-by: B. Watson <urchlay@slackware.uk>
2022-06-09 13:19:27 -04:00
..
html2text.info
html2text.SlackBuild
README
slack-desc

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