commit 4fab906c7ac92f024c481ce1db47dedf141ccbd1
parent 30963daed64d893e4a3b60ab8b3ae796905be9d1
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Mon, 17 Jan 2022 10:39:25 -0800
No longer a line for line rewrite
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.txt b/README.txt
@@ -5,7 +5,7 @@ nanohtml2text
https://crates.io/crates/html2text that doesn't use a full browser-grade HTML
parser
-Based on https://github.com/k3a/html2text -- basically a line-for-line rewreite
+Based on https://github.com/k3a/html2text
Primarily useful for displaying HTML emails. YMMV depending on the structure of
the HTML you're trying to convert.