We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c0141 commit 8c72880Copy full SHA for 8c72880
readme.md
@@ -34,6 +34,15 @@ joins them (without spaces or newlines).
34
> This is not a markdown to plain-text library.
35
> Use [`strip-markdown`][strip-markdown] for that.
36
37
+## Related
38
+
39
+* [`nlcst-to-string`](https://github.com/syntax-tree/nlcst-to-string)
40
+ — Get text content in NLCST
41
+* [`hast-util-to-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-to-string)
42
+ — Get text content in HAST
43
+* [`hast-util-from-string`](https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string)
44
+ — Set text content in HAST
45
46
## License
47
48
[MIT][license] © [Titus Wormer][author]
0 commit comments