diff options
Diffstat (limited to 'python/html2text/README')
-rw-r--r-- | python/html2text/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/python/html2text/README b/python/html2text/README index 6e69b48a74f4..927db5fb6d6e 100644 --- a/python/html2text/README +++ b/python/html2text/README @@ -1,3 +1,8 @@ -html2text (Python HTML-to-text converter) +html2text (turn HTML into equivalent Markdown-structured text) -It turns 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). |