printer/html2text/README.md
changeset 126 7d712d2bde73
equal deleted inserted replaced
125:d436b88d137b 126:7d712d2bde73
       
     1 # html2text
       
     2 
       
     3 This is a copy of github.com/sgoertzen/html2text, heavily customized for
       
     4 Mastodon's HTML messages.
       
     5 
       
     6 html2text is an HTML to text converter written in Go.
       
     7 This library will strip the html tags from the source and perform clean up on the text.
       
     8 This includes things like adding new lines correctly and appending on urls from links.
       
     9 
       
    10 For Mastodon tags, URLs are not displayed.