@@ -61,19 +61,19 @@ Check if the given value is a [*heading*][spec] [*element*][element].
61
61
— check if a node is a (certain) element
62
62
* [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
63
63
— check if a node has a property
64
- * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-body-ok-link )
64
+ * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-body-ok-link )
65
65
— check if a node is “Body OK” link element
66
- * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-conditional-comment )
66
+ * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-conditional-comment )
67
67
— check if a node is a conditional comment
68
- * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-css-link )
68
+ * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-css-link )
69
69
— check if a node is a CSS link element
70
- * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-css-style )
70
+ * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-css-style )
71
71
— check if a node is a CSS style element
72
72
* [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
73
73
— check if a node is an embedded element
74
74
* [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
75
75
— check if a node is interactive
76
- * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-javascript )
76
+ * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-javascript )
77
77
— check if a node is a JavaScript script element
78
78
* [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
79
79
— check whether a node is labelable
@@ -136,11 +136,11 @@ abide by its terms.
136
136
137
137
[ author ] : https://wooorm.com
138
138
139
- [ contributing ] : https://github.com/syntax-tree/.github/blob/master /contributing.md
139
+ [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
140
140
141
- [ support ] : https://github.com/syntax-tree/.github/blob/master /support.md
141
+ [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
142
142
143
- [ coc ] : https://github.com/syntax-tree/.github/blob/master /code-of-conduct.md
143
+ [ coc ] : https://github.com/syntax-tree/.github/blob/HEAD /code-of-conduct.md
144
144
145
145
[ spec ] : https://html.spec.whatwg.org/#heading-content
146
146
0 commit comments