Skip to content

Commit 20d725e

Browse files
committed
Add list of related projects
1 parent c0215aa commit 20d725e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

readme.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,39 @@ Check if the given value is a [*transparent*][spec] [*element*][element].
5757
`hast-util-transparent` does not change the syntax tree so there are no openings
5858
for [cross-site scripting (XSS)][xss] attacks.
5959

60+
## Related
61+
62+
* [`hast-util-is-element`](https://github.com/syntax-tree/hast-util-is-element)
63+
— check if a node is a (certain) element
64+
* [`hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
65+
— check if a node has a property
66+
* [`hast-util-whitespace`](https://github.com/syntax-tree/hast-util-whitespace)
67+
— check if a node is inter-element whitespace
68+
* [`hast-util-heading`](https://github.com/syntax-tree/hast-util-heading)
69+
— check if a node is a heading element
70+
* [`hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable)
71+
— check whether a node is labelable
72+
* [`hast-util-phrasing`](https://github.com/syntax-tree/hast-util-phrasing)
73+
— check if a node is phrasing content
74+
* [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
75+
— check if a node is an embedded element
76+
* [`hast-util-sectioning`](https://github.com/syntax-tree/hast-util-sectioning)
77+
— check if a node is a sectioning element
78+
* [`hast-util-interactive`](https://github.com/syntax-tree/hast-util-interactive)
79+
— check if a node is interactive
80+
* [`hast-util-script-supporting`](https://github.com/syntax-tree/hast-util-script-supporting)
81+
— check if a node is a script-supporting element
82+
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-body-ok-link)
83+
— check if a node is “Body OK” link element
84+
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-conditional-comment)
85+
— check if a node is a conditional comment
86+
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-link)
87+
— check if a node is a CSS link element
88+
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-style)
89+
— check if a node is a CSS style element
90+
* [`hast-util-is-javascript`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-javascript)
91+
— check if a node is a JavaScript script element
92+
6093
## Contribute
6194

6295
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)