@@ -393,7 +393,7 @@ The rest is sorted alphabetically based on content after `hast-util-`
393
393
* [ ` hast-util-assert ` ] ( https://github.com/syntax-tree/hast-util-assert )
394
394
— Assert HAST nodes
395
395
* [ ` hast-util-class-list ` ] ( https://github.com/brechtcs/hast-util-class-list )
396
- — Simulate the browser’s ` classList ` API for HAST nodes
396
+ — Simulate the browser’s ` classList ` API for HAST nodes
397
397
* [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
398
398
— Check if ` node ` is embedded content
399
399
* [ ` hast-util-find-and-replace ` ] ( https://github.com/syntax-tree/hast-util-find-and-replace )
@@ -563,21 +563,18 @@ The rest is sorted alphabetically based on content after `hast-util-`
563
563
564
564
## Contribute
565
565
566
- ** hast** is built by people just like you!
567
- Check out [ ` contributing.md ` ] [ contributing ] for ways to get started.
566
+ See [ ` contributing.md ` ] [ contributing ] in [ ` syntax-tree/.github ` ] [ health ] for
567
+ ways to get started.
568
+ See [ ` support.md ` ] [ support ] for ways to get help.
569
+ Ideas for new utilities and tools can be posted in [ ` syntax-tree/ideas ` ] [ ideas ] .
570
+
571
+ A curated list of awesome syntax-tree, unist, hast, mdast, and nlcst resources
572
+ can be found in [ awesome syntax-tree] [ awesome ] .
568
573
569
574
This project has a [ Code of Conduct] [ coc ] .
570
575
By interacting with this repository, organisation, or community you agree to
571
576
abide by its terms.
572
577
573
- Want to chat with the community and contributors?
574
- Join us in [ spectrum] [ chat ] !
575
-
576
- Have an idea for a cool new utility or tool?
577
- That’s great!
578
- If you want feedback, help, or just to share it with the world you can do so by
579
- creating an issue in the [ ` syntax-tree/ideas ` ] [ ideas ] repository!
580
-
581
578
## Acknowledgments
582
579
583
580
The initial release of this project was authored by
@@ -603,19 +600,23 @@ for contributing to hast and related projects!
603
600
604
601
<!-- Definitions -->
605
602
606
- [ contributing ] : contributing.md
603
+ [ health ] : https://github.com/syntax-tree/.github
607
604
608
- [ coc ] : code-of-conduct .md
605
+ [ contributing ] : https://github.com/syntax-tree/.github/blob/master/contributing .md
609
606
610
- [ license ] : https://creativecommons.org/licenses/by/4.0/
607
+ [ support ] : https://github.com/syntax-tree/.github/blob/master/support.md
611
608
612
- [ author ] : https://wooorm .com
609
+ [ coc ] : https://github .com/syntax-tree/.github/blob/master/code-of-conduct.md
613
610
614
- [ logo ] : https://raw.githubusercontent. com/syntax-tree/hast/ec9bdf3/logo.svg?sanitize=true
611
+ [ awesome ] : https://github. com/syntax-tree/awesome-syntax-tree
615
612
616
613
[ ideas ] : https://github.com/syntax-tree/ideas
617
614
618
- [ chat ] : https://spectrum.chat/unified/rehype
615
+ [ license ] : https://creativecommons.org/licenses/by/4.0/
616
+
617
+ [ author ] : https://wooorm.com
618
+
619
+ [ logo ] : https://raw.githubusercontent.com/syntax-tree/hast/ec9bdf3/logo.svg?sanitize=true
619
620
620
621
[ releases ] : https://github.com/syntax-tree/hast/releases
621
622
0 commit comments