Cleanup readme
This commit is contained in:
@@ -7,8 +7,9 @@ parser
|
|||||||
|
|
||||||
Based on https://github.com/k3a/html2text
|
Based on https://github.com/k3a/html2text
|
||||||
|
|
||||||
Primarily useful for displaying HTML emails. YMMV depending on the structure of
|
Primarily useful for displaying HTML emails as text. YMMV depending on the
|
||||||
the HTML you're trying to convert.
|
structure of the HTML you're trying to convert. Built for the needs of
|
||||||
|
Crabmail: https://git.alexwennerberg.com/crabmail/
|
||||||
|
|
||||||
This library has one function, html2text, which takes a an html &str and
|
This library has one function, html2text, which takes a an html &str and
|
||||||
returns a plain text String
|
returns a plain text String
|
||||||
@@ -16,7 +17,7 @@ returns a plain text String
|
|||||||
on crates.io:
|
on crates.io:
|
||||||
https://crates.io/crates/nanohtml2text
|
https://crates.io/crates/nanohtml2text
|
||||||
|
|
||||||
comes with a command line utility in main.rs to process from stdin if you want
|
Comes with a command line utility in main.rs to process from stdin if you want
|
||||||
to test/experiment with it
|
to test/experiment with it
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
|
|||||||
Reference in New Issue
Block a user