@@ -42,91 +42,91 @@ Utilities. The first two are special. The rest is sorted
42
42
alphabetically based on content after `hast-util-`
43
43
-->
44
44
45
- * [ ` syntax-tree/ hastscript` ] ( https://github.com/syntax-tree/hastscript )
45
+ * [ ` hastscript ` ] ( https://github.com/syntax-tree/hastscript )
46
46
— Hyperscript compatible DSL for creating nodes;
47
- * [ ` syntax-tree/ hast-to-hyperscript` ] ( https://github.com/syntax-tree/hast-to-hyperscript )
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
- * [ ` syntax-tree/ hast-util-embedded` ] ( https://github.com/syntax-tree/hast-util-embedded )
49
+ * [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
50
50
— Check if ` node ` is embedded content;
51
- * [ ` wooorm/ hast-util-from-string` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string )
51
+ * [ ` hast-util-from-string ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-from-string )
52
52
— Set the plain-text value of a HAST node;
53
- * [ ` syntax-tree/ hast-util-has-property` ] ( https://github.com/syntax-tree/hast-util-has-property )
53
+ * [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
54
54
— Check if a node has a property;
55
- * [ ` syntax-tree/ hast-util-heading` ] ( https://github.com/syntax-tree/hast-util-heading )
55
+ * [ ` hast-util-heading ` ] ( https://github.com/syntax-tree/hast-util-heading )
56
56
— Check if a node is heading content;
57
- * [ ` syntax-tree/ hast-util-interactive` ] ( https://github.com/syntax-tree/hast-util-interactive )
57
+ * [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
58
58
— Check if a node is interactive;
59
- * [ ` wooorm/ hast-util-is-body-ok-link` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-body-ok-link )
59
+ * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-body-ok-link )
60
60
— Check if a ` link ` element is “Body OK”;
61
- * [ ` wooorm/ hast-util-is-conditional-comment` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-conditional-comment )
61
+ * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-conditional-comment )
62
62
— Check if ` node ` is a conditional comment;
63
- * [ ` wooorm/ hast-util-is-css-link` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-link )
63
+ * [ ` hast-util-is-css-link ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-link )
64
64
— Check if ` node ` is a CSS ` link ` ;
65
- * [ ` wooorm/ hast-util-is-css-style` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-style )
65
+ * [ ` hast-util-is-css-style ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-css-style )
66
66
— Check if ` node ` is a CSS ` style ` ;
67
- * [ ` syntax-tree/ hast-util-is-element` ] ( https://github.com/syntax-tree/hast-util-is-element )
67
+ * [ ` hast-util-is-element ` ] ( https://github.com/syntax-tree/hast-util-is-element )
68
68
— Check if ` node ` is a (certain) element;
69
- * [ ` wooorm/ hast-util-is-event-handler` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-event-handler )
69
+ * [ ` hast-util-is-event-handler ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-event-handler )
70
70
— Check if ` property ` is an event handler;
71
- * [ ` wooorm/ hast-util-is-javascript` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-javascript )
71
+ * [ ` hast-util-is-javascript ` ] ( https://github.com/wooorm/rehype-minify/tree/master/packages/hast-util-is-javascript )
72
72
— Check if ` node ` is a JavaScript ` script ` ;
73
- * [ ` syntax-tree/ hast-util-labelable` ] ( https://github.com/syntax-tree/hast-util-labelable )
73
+ * [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
74
74
— Check if ` node ` is labelable;
75
- * [ ` syntax-tree/ hast-util-menu-state` ] ( https://github.com/syntax-tree/hast-util-menu-state )
75
+ * [ ` hast-util-menu-state ` ] ( https://github.com/syntax-tree/hast-util-menu-state )
76
76
— Check the state of a menu element;
77
- * [ ` syntax-tree/ hast-util-parse-selector` ] ( https://github.com/syntax-tree/hast-util-parse-selector )
77
+ * [ ` hast-util-parse-selector ` ] ( https://github.com/syntax-tree/hast-util-parse-selector )
78
78
— Create an element from a simple CSS selector;
79
- * [ ` syntax-tree/ hast-util-sanitize` ] ( https://github.com/syntax-tree/hast-util-sanitize )
79
+ * [ ` hast-util-sanitize ` ] ( https://github.com/syntax-tree/hast-util-sanitize )
80
80
— Sanitise nodes;
81
- * [ ` syntax-tree/ hast-util-script-supporting` ] ( https://github.com/syntax-tree/hast-util-script-supporting )
81
+ * [ ` hast-util-script-supporting ` ] ( https://github.com/syntax-tree/hast-util-script-supporting )
82
82
— Check if ` node ` is script-supporting content;
83
- * [ ` syntax-tree/ hast-util-sectioning` ] ( https://github.com/syntax-tree/hast-util-sectioning )
83
+ * [ ` hast-util-sectioning ` ] ( https://github.com/syntax-tree/hast-util-sectioning )
84
84
— Check if ` node ` is sectioning content;
85
- * [ ` syntax-tree/ hast-util-to-html` ] ( https://github.com/syntax-tree/hast-util-to-html )
85
+ * [ ` hast-util-to-html ` ] ( https://github.com/syntax-tree/hast-util-to-html )
86
86
— Stringify nodes to HTML;
87
- * [ ` syntax-tree/ hast-util-to-string` ] ( https://github.com/syntax-tree/rehype-minify/tree/master/packages/hast-util-to-string )
87
+ * [ ` hast-util-to-string ` ] ( https://github.com/syntax-tree/rehype-minify/tree/master/packages/hast-util-to-string )
88
88
— Get the plain-text value of a HAST node;
89
- * [ ` syntax-tree/ hast-util-transparent` ] ( https://github.com/syntax-tree/hast-util-transparent )
89
+ * [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
90
90
— Check if ` node ` is transparent content;
91
- * [ ` syntax-tree/ hast-util-whitespace` ] ( https://github.com/syntax-tree/hast-util-whitespace )
91
+ * [ ` hast-util-whitespace ` ] ( https://github.com/syntax-tree/hast-util-whitespace )
92
92
— Check if ` node ` is inter-element whitespace;
93
93
94
94
See the [ List of Unist Utilities] [ unist-utility ] for projects which
95
95
work with ** HAST** nodes too.
96
96
97
97
## Related HTML Utilities
98
98
99
- * [ ` wooorm/ a-rel` ] ( https://github.com/wooorm/a-rel )
99
+ * [ ` a-rel ` ] ( https://github.com/wooorm/a-rel )
100
100
— List of link types for ` rel ` on ` a ` / ` area ` ;
101
- * [ ` wooorm/ aria-attributes` ] ( https://github.com/wooorm/aria-attributes )
101
+ * [ ` aria-attributes ` ] ( https://github.com/wooorm/aria-attributes )
102
102
— List of ARIA attributes;
103
- * [ ` wooorm/ collapse-white-space` ] ( https://github.com/wooorm/collapse-white-space )
103
+ * [ ` collapse-white-space ` ] ( https://github.com/wooorm/collapse-white-space )
104
104
— Replace multiple white-space characters with a single space;
105
- * [ ` wooorm/ comma-separated-tokens` ] ( https://github.com/wooorm/comma-separated-tokens )
105
+ * [ ` comma-separated-tokens ` ] ( https://github.com/wooorm/comma-separated-tokens )
106
106
— Parse/stringify comma-separated tokens;
107
- * [ ` wooorm/ html-tag-names` ] ( https://github.com/wooorm/html-tag-names )
107
+ * [ ` html-tag-names ` ] ( https://github.com/wooorm/html-tag-names )
108
108
— List of HTML tag-names;
109
- * [ ` wooorm/ html-dangerous-encodings` ] ( https://github.com/wooorm/html-dangerous-encodings )
109
+ * [ ` html-dangerous-encodings ` ] ( https://github.com/wooorm/html-dangerous-encodings )
110
110
— List of dangerous HTML character encoding labels;
111
- * [ ` wooorm/ html-encodings` ] ( https://github.com/wooorm/html-encodings )
111
+ * [ ` html-encodings ` ] ( https://github.com/wooorm/html-encodings )
112
112
— List of HTML character encoding labels;
113
- * [ ` wooorm/ html-element-attributes` ] ( https://github.com/wooorm/html-element-attributes )
113
+ * [ ` html-element-attributes ` ] ( https://github.com/wooorm/html-element-attributes )
114
114
— Map of HTML attributes;
115
- * [ ` wooorm/ html-void-elements` ] ( https://github.com/wooorm/html-void-elements )
115
+ * [ ` html-void-elements ` ] ( https://github.com/wooorm/html-void-elements )
116
116
— List of void HTML tag-names;
117
- * [ ` wooorm/ link-rel` ] ( https://github.com/wooorm/link-rel )
117
+ * [ ` link-rel ` ] ( https://github.com/wooorm/link-rel )
118
118
— List of link types for ` rel ` on ` link ` ;
119
- * [ ` wooorm/ mathml-tag-names` ] ( https://github.com/wooorm/mathml-tag-names )
119
+ * [ ` mathml-tag-names ` ] ( https://github.com/wooorm/mathml-tag-names )
120
120
— List of MathML tag-names;
121
- * [ ` wooorm/ meta-name` ] ( https://github.com/wooorm/meta-name )
121
+ * [ ` meta-name ` ] ( https://github.com/wooorm/meta-name )
122
122
— List of values for ` name ` on ` meta ` ;
123
- * [ ` wooorm/ property-information` ] ( https://github.com/wooorm/property-information )
123
+ * [ ` property-information ` ] ( https://github.com/wooorm/property-information )
124
124
— Information on HTML properties;
125
- * [ ` wooorm/ space-separated-tokens` ] ( https://github.com/wooorm/space-separated-tokens )
125
+ * [ ` space-separated-tokens ` ] ( https://github.com/wooorm/space-separated-tokens )
126
126
— Parse/stringify space-separated tokens;
127
- * [ ` wooorm/ svg-tag-names` ] ( https://github.com/wooorm/svg-tag-names )
127
+ * [ ` svg-tag-names ` ] ( https://github.com/wooorm/svg-tag-names )
128
128
— List of SVG tag-names;
129
- * [ ` wooorm/ web-namespaces` ] ( https://github.com/wooorm/web-namespaces )
129
+ * [ ` web-namespaces ` ] ( https://github.com/wooorm/web-namespaces )
130
130
— Map of web namespaces.
131
131
132
132
## AST
0 commit comments