Skip to content

Commit d5d94cc

Browse files
committed
Add list of related projects
1 parent cd35ea9 commit d5d94cc

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
@@ -63,6 +63,39 @@ interactive({
6363
`hast-util-interactive` does not change the syntax tree so there are no openings
6464
for [cross-site scripting (XSS)][xss] attacks.
6565

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

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

0 commit comments

Comments
 (0)