We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9556150 commit 89ca77fCopy full SHA for 89ca77f
1 file changed
README.md
@@ -5,7 +5,7 @@
5
6
# html2text
7
8
-A simple Golang package to convert HTML to plain text.
+A simple Golang package to convert HTML to plain text (without non-standard dependencies).
9
10
It converts HTML tags to text and also parses HTML entities into characters they represent.
11
A `<head>` section of the HTML document, as well as most other tags are stripped out but
@@ -51,7 +51,7 @@ func main() {
51
To see all features, please look info `html2text_test.go`.
52
53
## Alternatives
54
-- https://github.com/jaytaylor/html2text (more features)
+- https://github.com/jaytaylor/html2text (heavier, with more features)
55
56
## License
57
0 commit comments