@@ -42,19 +42,19 @@ Utilities. The first two are special. The rest is sorted
42
42
alphabetically based on content after `hast-util-`
43
43
-->
44
44
45
- * [ ` wooorm /hastscript` ] ( https://github.com/wooorm /hastscript )
45
+ * [ ` syntax-tree /hastscript` ] ( https://github.com/syntax-tree /hastscript )
46
46
— Hyperscript compatible DSL for creating nodes;
47
- * [ ` wooorm /hast-to-hyperscript` ] ( https://github.com/wooorm /hast-to-hyperscript )
47
+ * [ ` syntax-tree /hast-to-hyperscript` ] ( https://github.com/syntax-tree /hast-to-hyperscript )
48
48
— Convert a Node to React, Virtual DOM, Hyperscript, and more;
49
- * [ ` wooorm /hast-util-embedded` ] ( https://github.com/wooorm /hast-util-embedded )
49
+ * [ ` syntax-tree /hast-util-embedded` ] ( https://github.com/syntax-tree /hast-util-embedded )
50
50
— Check if ` node ` is embedded content;
51
51
* [ ` wooorm/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
- * [ ` wooorm /hast-util-has-property` ] ( https://github.com/wooorm /hast-util-has-property )
53
+ * [ ` syntax-tree /hast-util-has-property` ] ( https://github.com/syntax-tree /hast-util-has-property )
54
54
— Check if a node has a property;
55
- * [ ` wooorm /hast-util-heading` ] ( https://github.com/wooorm /hast-util-heading )
55
+ * [ ` syntax-tree /hast-util-heading` ] ( https://github.com/syntax-tree /hast-util-heading )
56
56
— Check if a node is heading content;
57
- * [ ` wooorm /hast-util-interactive` ] ( https://github.com/wooorm /hast-util-interactive )
57
+ * [ ` syntax-tree /hast-util-interactive` ] ( https://github.com/syntax-tree /hast-util-interactive )
58
58
— Check if a node is interactive;
59
59
* [ ` wooorm/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”;
@@ -64,31 +64,31 @@ alphabetically based on content after `hast-util-`
64
64
— Check if ` node ` is a CSS ` link ` ;
65
65
* [ ` wooorm/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
- * [ ` wooorm /hast-util-is-element` ] ( https://github.com/wooorm /hast-util-is-element )
67
+ * [ ` syntax-tree /hast-util-is-element` ] ( https://github.com/syntax-tree /hast-util-is-element )
68
68
— Check if ` node ` is a (certain) element;
69
69
* [ ` wooorm/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
71
* [ ` wooorm/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
- * [ ` wooorm /hast-util-labelable` ] ( https://github.com/wooorm /hast-util-labelable )
73
+ * [ ` syntax-tree /hast-util-labelable` ] ( https://github.com/syntax-tree /hast-util-labelable )
74
74
— Check if ` node ` is labelable;
75
- * [ ` wooorm /hast-util-menu-state` ] ( https://github.com/wooorm /hast-util-menu-state )
75
+ * [ ` syntax-tree /hast-util-menu-state` ] ( https://github.com/syntax-tree /hast-util-menu-state )
76
76
— Check the state of a menu element;
77
- * [ ` wooorm /hast-util-parse-selector` ] ( https://github.com/wooorm /hast-util-parse-selector )
77
+ * [ ` syntax-tree /hast-util-parse-selector` ] ( https://github.com/syntax-tree /hast-util-parse-selector )
78
78
— Create an element from a simple CSS selector;
79
- * [ ` wooorm /hast-util-sanitize` ] ( https://github.com/wooorm /hast-util-sanitize )
79
+ * [ ` syntax-tree /hast-util-sanitize` ] ( https://github.com/syntax-tree /hast-util-sanitize )
80
80
— Sanitise nodes;
81
- * [ ` wooorm /hast-util-script-supporting` ] ( https://github.com/wooorm /hast-util-script-supporting )
81
+ * [ ` syntax-tree /hast-util-script-supporting` ] ( https://github.com/syntax-tree /hast-util-script-supporting )
82
82
— Check if ` node ` is script-supporting content;
83
- * [ ` wooorm /hast-util-sectioning` ] ( https://github.com/wooorm /hast-util-sectioning )
83
+ * [ ` syntax-tree /hast-util-sectioning` ] ( https://github.com/syntax-tree /hast-util-sectioning )
84
84
— Check if ` node ` is sectioning content;
85
- * [ ` wooorm /hast-util-to-html` ] ( https://github.com/wooorm /hast-util-to-html )
85
+ * [ ` syntax-tree /hast-util-to-html` ] ( https://github.com/syntax-tree /hast-util-to-html )
86
86
— Stringify nodes to HTML;
87
- * [ ` wooorm /hast-util-to-string` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-to-string )
87
+ * [ ` syntax-tree /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
- * [ ` wooorm /hast-util-transparent` ] ( https://github.com/wooorm /hast-util-transparent )
89
+ * [ ` syntax-tree /hast-util-transparent` ] ( https://github.com/syntax-tree /hast-util-transparent )
90
90
— Check if ` node ` is transparent content;
91
- * [ ` wooorm /hast-util-whitespace` ] ( https://github.com/wooorm /hast-util-whitespace )
91
+ * [ ` syntax-tree /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
0 commit comments