@@ -60,6 +60,39 @@ This project has a [code of conduct][coc].
6060By interacting with this repository, organization, or community you agree to
6161abide by its terms.
6262
63+ ## Related
64+
65+ * [ ` hast-util-is-element ` ] ( https://github.com/syntax-tree/hast-util-is-element )
66+ — check if a node is a (certain) element
67+ * [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
68+ — check if a node has a property
69+ * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-body-ok-link )
70+ — check if a node is “Body OK” link element
71+ * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-conditional-comment )
72+ — check if a node is a conditional comment
73+ * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-link )
74+ — check if a node is a CSS link element
75+ * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-style )
76+ — check if a node is a CSS style element
77+ * [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
78+ — check if a node is an embedded element
79+ * [ ` hast-util-heading ` ] ( https://github.com/syntax-tree/hast-util-heading )
80+ — check if a node is a heading element
81+ * [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
82+ — check if a node is interactive
83+ * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-javascript )
84+ — check if a node is a JavaScript script element
85+ * [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
86+ — check whether a node is labelable
87+ * [ ` hast-util-phrasing ` ] ( https://github.com/syntax-tree/hast-util-phrasing )
88+ — check if a node is phrasing content
89+ * [ ` hast-util-script-supporting ` ] ( https://github.com/syntax-tree/hast-util-script-supporting )
90+ — check if a node is a script-supporting element
91+ * [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
92+ — check if a node is a transparent element
93+ * [ ` hast-util-whitespace ` ] ( https://github.com/syntax-tree/hast-util-whitespace )
94+ — check if a node is inter-element whitespace
95+
6396## Security
6497
6598` hast-util-sectioning ` does not change the syntax tree so there are no openings
0 commit comments