@@ -408,11 +408,11 @@ The rest is sorted alphabetically based on content after `hast-util-`
408408 — Transform Parse5’s AST to hast
409409* [ ` hast-util-from-selector ` ] ( https://github.com/syntax-tree/hast-util-from-selector )
410410 — Create an element from a complex CSS selector
411- * [ ` hast-util-from-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-from-string )
411+ * [ ` hast-util-from-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-from-string )
412412 — Set the plain-text value of a node (` textContent ` )
413413* [ ` hast-util-from-text ` ] ( https://github.com/syntax-tree/hast-util-from-text )
414414 — Set the plain-text value of a node (` innerText ` )
415- * [ ` hast-util-from-webparser ` ] ( https://github.com/Prettyhtml/prettyhtml/tree/master /packages/hast-util-from-webparser )
415+ * [ ` hast-util-from-webparser ` ] ( https://github.com/Prettyhtml/prettyhtml/tree/HEAD /packages/hast-util-from-webparser )
416416 — Transform Webparser’s AST to hast
417417* [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
418418 — Check if a node has a property
@@ -422,19 +422,19 @@ The rest is sorted alphabetically based on content after `hast-util-`
422422 — Get the rank (or depth, level) of headings
423423* [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
424424 — Check if a node is interactive
425- * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-body-ok-link )
425+ * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-body-ok-link )
426426 — Check if a ` link ` element is “Body OK”
427- * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-conditional-comment )
427+ * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-conditional-comment )
428428 — Check if ` node ` is a conditional comment
429- * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-css-link )
429+ * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-css-link )
430430 — Check if ` node ` is a CSS ` link `
431- * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-css-style )
431+ * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-css-style )
432432 — Check if ` node ` is a CSS ` style `
433433* [ ` hast-util-is-element ` ] ( https://github.com/syntax-tree/hast-util-is-element )
434434 — Check if ` node ` is a (certain) element
435- * [ ` hast-util-is-event-handler ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-event-handler )
435+ * [ ` hast-util-is-event-handler ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-event-handler )
436436 — Check if ` property ` is an event handler
437- * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-javascript )
437+ * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-javascript )
438438 — Check if ` node ` is a JavaScript ` script `
439439* [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
440440 — Check if ` node ` is labelable
@@ -462,7 +462,7 @@ The rest is sorted alphabetically based on content after `hast-util-`
462462 — Transform to a DOM tree
463463* [ ` hast-util-to-html ` ] ( https://github.com/syntax-tree/hast-util-to-html )
464464 — Stringify nodes to HTML
465- * [ ` hast-util-to-jsx ` ] ( https://github.com/mapbox/jsxtreme-markdown/tree/master /packages/hast-util-to-jsx )
465+ * [ ` hast-util-to-jsx ` ] ( https://github.com/mapbox/jsxtreme-markdown/tree/HEAD /packages/hast-util-to-jsx )
466466 — Transform hast to JSX
467467* [ ` hast-util-to-mdast ` ] ( https://github.com/syntax-tree/hast-util-to-mdast )
468468 — Transform hast to mdast (markdown)
@@ -474,7 +474,7 @@ The rest is sorted alphabetically based on content after `hast-util-`
474474 — Transform hast to portable text
475475* [ ` hast-util-to-snabbdom ` ] ( https://github.com/syntax-tree/hast-util-to-snabbdom )
476476 — Transform to a Snabbdom tree
477- * [ ` hast-util-to-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-to-string )
477+ * [ ` hast-util-to-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-to-string )
478478 — Get the plain-text value of a node (` textContent ` )
479479* [ ` hast-util-to-text ` ] ( https://github.com/syntax-tree/hast-util-to-text )
480480 — Get the plain-text value of a node (` innerText ` )
@@ -682,11 +682,11 @@ for contributing to hast and related projects!
682682
683683[ health ] : https://github.com/syntax-tree/.github
684684
685- [ contributing ] : https://github.com/syntax-tree/.github/blob/master /contributing.md
685+ [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
686686
687- [ support ] : https://github.com/syntax-tree/.github/blob/master /support.md
687+ [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
688688
689- [ coc ] : https://github.com/syntax-tree/.github/blob/master /code-of-conduct.md
689+ [ coc ] : https://github.com/syntax-tree/.github/blob/HEAD /code-of-conduct.md
690690
691691[ awesome ] : https://github.com/syntax-tree/awesome-syntax-tree
692692
0 commit comments