File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,9 @@ The rest is sorted alphabetically based on content after `hast-util-`
459
459
* [ ` hast-util-to-snabbdom ` ] ( https://github.com/syntax-tree/hast-util-to-snabbdom )
460
460
— Transform to a Snabbdom tree
461
461
* [ ` hast-util-to-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-to-string )
462
- — Get the plain-text value of a node
462
+ — Get the plain-text value of a node (` textContent ` )
463
+ * [ ` hast-util-to-text ` ] ( https://github.com/syntax-tree/hast-util-to-text )
464
+ — Get the plain-text value of a node (` innerText ` )
463
465
* [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
464
466
— Check if ` node ` is transparent content
465
467
* [ ` hast-util-whitespace ` ] ( https://github.com/syntax-tree/hast-util-whitespace )
You can’t perform that action at this time.
0 commit comments