printer/html2text/README.md
changeset 126 7d712d2bde73
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/printer/html2text/README.md	Fri May 12 23:31:21 2017 +0200
@@ -0,0 +1,10 @@
+# html2text
+
+This is a copy of github.com/sgoertzen/html2text, heavily customized for
+Mastodon's HTML messages.
+
+html2text is an HTML to text converter written in Go.
+This library will strip the html tags from the source and perform clean up on the text.
+This includes things like adding new lines correctly and appending on urls from links.
+
+For Mastodon tags, URLs are not displayed.