Skip to content

Commit 900b9c6

Browse files
committed
Add list of related projects
1 parent 8ca0eb8 commit 900b9c6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

readme.md

+33
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,39 @@ This project has a [code of conduct][coc].
6060
By interacting with this repository, organization, or community you agree to
6161
abide 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

Comments
 (0)