@@ -46,10 +46,16 @@ alphabetically based on content after `hast-util-`
46
46
— Hyperscript compatible DSL for creating nodes;
47
47
* [ ` hast-to-hyperscript ` ] ( https://github.com/syntax-tree/hast-to-hyperscript )
48
48
— Convert a Node to React, Virtual DOM, Hyperscript, and more;
49
+ * [ ` hast-util-assert ` ] ( https://github.com/syntax-tree/hast-util-assert )
50
+ — Assert HAST nodes;
49
51
* [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
50
52
— Check if ` node ` is embedded content;
53
+ * [ ` hast-util-find-and-replace ` ] ( https://github.com/syntax-tree/hast-util-find-and-replace )
54
+ — Find and replace text;
55
+ * [ ` hast-util-from-parse5 ` ] ( https://github.com/syntax-tree/hast-util-to-parse5 )
56
+ — Transform Parse5’s AST to HAST;
51
57
* [ ` hast-util-from-string ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string )
52
- — Set the plain-text value of a HAST node;
58
+ — Set the plain-text value of a node;
53
59
* [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
54
60
— Check if a node has a property;
55
61
* [ ` hast-util-heading ` ] ( https://github.com/syntax-tree/hast-util-heading )
@@ -76,6 +82,10 @@ alphabetically based on content after `hast-util-`
76
82
— Check the state of a menu element;
77
83
* [ ` hast-util-parse-selector ` ] ( https://github.com/syntax-tree/hast-util-parse-selector )
78
84
— Create an element from a simple CSS selector;
85
+ * [ ` hast-util-phrasing ` ] ( https://github.com/syntax-tree/hast-util-phrasing )
86
+ — Check if a node is phrasing content;
87
+ * [ ` hast-util-raw ` ] ( https://github.com/syntax-tree/hast-util-raw )
88
+ — Reparse a HAST tree;
79
89
* [ ` hast-util-sanitize ` ] ( https://github.com/syntax-tree/hast-util-sanitize )
80
90
— Sanitise nodes;
81
91
* [ ` hast-util-script-supporting ` ] ( https://github.com/syntax-tree/hast-util-script-supporting )
@@ -84,8 +94,12 @@ alphabetically based on content after `hast-util-`
84
94
— Check if ` node ` is sectioning content;
85
95
* [ ` hast-util-to-html ` ] ( https://github.com/syntax-tree/hast-util-to-html )
86
96
— Stringify nodes to HTML;
97
+ * [ ` hast-util-to-nlcst ` ] ( https://github.com/syntax-tree/hast-util-to-nlcst )
98
+ — Transform HAST to NLCST;
99
+ * [ ` hast-util-to-parse5 ` ] ( https://github.com/syntax-tree/hast-util-to-parse5 )
100
+ — Transform HAST to Parse5’s AST;
87
101
* [ ` hast-util-to-string ` ] ( https://github.com/syntax-tree/rehype-minify/tree/master/packages/hast-util-to-string )
88
- — Get the plain-text value of a HAST node;
102
+ — Get the plain-text value of a node;
89
103
* [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
90
104
— Check if ` node ` is transparent content;
91
105
* [ ` hast-util-whitespace ` ] ( https://github.com/syntax-tree/hast-util-whitespace )
0 commit comments