diff options
Diffstat (limited to 'python/html2text/slack-desc')
-rw-r--r-- | python/html2text/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/html2text/slack-desc b/python/html2text/slack-desc index 11972df67f7a..a0b802744dab 100644 --- a/python/html2text/slack-desc +++ b/python/html2text/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -html2text: html2text (Python HTML-to-text converter) -html2text: -html2text: It turns HTML into equivalent Markdown-structured text. -html2text: -html2text: Homepage: http://www.aaronsw.com/2002/html2text -html2text: +html2text: html2text (turn HTML into equivalent Markdown-structured text) html2text: +html2text: html2text is a Python script that converts a page of HTML into clean, +html2text: easy-to-read plain ASCII text. Better yet, that ASCII also happens +html2text: to be valid Markdown (a text-to-HTML format). html2text: +html2text: html2text can be used as a standalone program ("html2text --help" +html2text: for usage) or as a Python library (import html2text). html2text: html2text: html2text: |