mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
3bdd47985e
Signed-off-by: B. Watson <yalhcru@gmail.com>
8 lines
368 B
Text
8 lines
368 B
Text
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).
|