From 4fab906c7ac92f024c481ce1db47dedf141ccbd1 Mon Sep 17 00:00:00 2001 From: alex wennerberg Date: Mon, 17 Jan 2022 10:39:25 -0800 Subject: [PATCH] No longer a line for line rewrite --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 86f6f91..fb978e4 100644 --- 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.