@@ -408,11 +408,11 @@ The rest is sorted alphabetically based on content after `hast-util-`
408
408
— Transform Parse5’s AST to hast
409
409
* [ ` hast-util-from-selector ` ] ( https://github.com/syntax-tree/hast-util-from-selector )
410
410
— 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 )
412
412
— Set the plain-text value of a node (` textContent ` )
413
413
* [ ` hast-util-from-text ` ] ( https://github.com/syntax-tree/hast-util-from-text )
414
414
— 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 )
416
416
— Transform Webparser’s AST to hast
417
417
* [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
418
418
— Check if a node has a property
@@ -422,19 +422,19 @@ The rest is sorted alphabetically based on content after `hast-util-`
422
422
— Get the rank (or depth, level) of headings
423
423
* [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
424
424
— 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 )
426
426
— 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 )
428
428
— 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 )
430
430
— 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 )
432
432
— Check if ` node ` is a CSS ` style `
433
433
* [ ` hast-util-is-element ` ] ( https://github.com/syntax-tree/hast-util-is-element )
434
434
— 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 )
436
436
— 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 )
438
438
— Check if ` node ` is a JavaScript ` script `
439
439
* [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
440
440
— Check if ` node ` is labelable
@@ -462,7 +462,7 @@ The rest is sorted alphabetically based on content after `hast-util-`
462
462
— Transform to a DOM tree
463
463
* [ ` hast-util-to-html ` ] ( https://github.com/syntax-tree/hast-util-to-html )
464
464
— 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 )
466
466
— Transform hast to JSX
467
467
* [ ` hast-util-to-mdast ` ] ( https://github.com/syntax-tree/hast-util-to-mdast )
468
468
— Transform hast to mdast (markdown)
@@ -474,7 +474,7 @@ The rest is sorted alphabetically based on content after `hast-util-`
474
474
— Transform hast to portable text
475
475
* [ ` hast-util-to-snabbdom ` ] ( https://github.com/syntax-tree/hast-util-to-snabbdom )
476
476
— 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 )
478
478
— Get the plain-text value of a node (` textContent ` )
479
479
* [ ` hast-util-to-text ` ] ( https://github.com/syntax-tree/hast-util-to-text )
480
480
— Get the plain-text value of a node (` innerText ` )
@@ -682,11 +682,11 @@ for contributing to hast and related projects!
682
682
683
683
[ health ] : https://github.com/syntax-tree/.github
684
684
685
- [ contributing ] : https://github.com/syntax-tree/.github/blob/master /contributing.md
685
+ [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
686
686
687
- [ support ] : https://github.com/syntax-tree/.github/blob/master /support.md
687
+ [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
688
688
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
690
690
691
691
[ awesome ] : https://github.com/syntax-tree/awesome-syntax-tree
692
692
0 commit comments