@@ -1324,7 +1324,7 @@ See the [unist list of utilities][utilities] for more utilities.
1324
1324
* [ ` mdast-util-definitions ` ] ( https://github.com/syntax-tree/mdast-util-definitions )
1325
1325
— Find definition nodes
1326
1326
* [ ` mdast-flatten-listitem-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-listitem-paragraphs )
1327
- — Flatten listItem and (nested) paragraph into one listItem node
1327
+ — Flatten listItem and (nested) paragraph into one listItem node
1328
1328
* [ ` mdast-flatten-nested-lists ` ] ( https://gitlab.com/staltz/mdast-flatten-nested-lists )
1329
1329
— Transforms a tree to avoid lists inside lists
1330
1330
* [ ` mdast-util-heading-range ` ] ( https://github.com/syntax-tree/mdast-util-heading-range )
@@ -1338,7 +1338,7 @@ See the [unist list of utilities][utilities] for more utilities.
1338
1338
* [ ` mdast-util-to-string ` ] ( https://github.com/syntax-tree/mdast-util-to-string )
1339
1339
— Get the plain text content of a node
1340
1340
* [ ` mdast-flatten-image-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-image-paragraphs )
1341
- — Flatten paragraph and image into one image node
1341
+ — Flatten paragraph and image into one image node
1342
1342
* [ ` mdast-move-images-to-root ` ] ( https://gitlab.com/staltz/mdast-move-images-to-root )
1343
1343
— Moves image nodes up the tree until they are strict children of the root
1344
1344
* [ ` mdast-normalize-headings ` ] ( https://github.com/syntax-tree/mdast-normalize-headings )
@@ -1389,21 +1389,18 @@ See the [unist list of utilities][utilities] for more utilities.
1389
1389
1390
1390
## Contribute
1391
1391
1392
- ** mdast** is built by people just like you!
1393
- Check out [ ` contributing.md ` ] [ contributing ] for ways to get started.
1392
+ See [ ` contributing.md ` ] [ contributing ] in [ ` syntax-tree/.github ` ] [ health ] for
1393
+ ways to get started.
1394
+ See [ ` support.md ` ] [ support ] for ways to get help.
1395
+ Ideas for new utilities and tools can be posted in [ ` syntax-tree/ideas ` ] [ ideas ] .
1396
+
1397
+ A curated list of awesome syntax-tree, unist, hast, mdast, and nlcst resources
1398
+ can be found in [ awesome syntax-tree] [ awesome ] .
1394
1399
1395
1400
This project has a [ Code of Conduct] [ coc ] .
1396
1401
By interacting with this repository, organisation, or community you agree to
1397
1402
abide by its terms.
1398
1403
1399
- Want to chat with the community and contributors?
1400
- Join us in [ spectrum] [ chat ] !
1401
-
1402
- Have an idea for a cool new utility or tool?
1403
- That’s great!
1404
- If you want feedback, help, or just to share it with the world you can do so by
1405
- creating an issue in the [ ` syntax-tree/ideas ` ] [ ideas ] repository!
1406
-
1407
1404
## Acknowledgments
1408
1405
1409
1406
The initial release of this project was authored by
@@ -1432,19 +1429,23 @@ projects!
1432
1429
1433
1430
<!-- Definitions -->
1434
1431
1435
- [ contributing ] : contributing.md
1432
+ [ health ] : https://github.com/syntax-tree/.github
1436
1433
1437
- [ coc ] : code-of-conduct .md
1434
+ [ contributing ] : https://github.com/syntax-tree/.github/blob/master/contributing .md
1438
1435
1439
- [ license ] : https://creativecommons.org/licenses/by/4.0/
1436
+ [ support ] : https://github.com/syntax-tree/.github/blob/master/support.md
1440
1437
1441
- [ author ] : http ://wooorm .com
1438
+ [ coc ] : https ://github .com/syntax-tree/.github/blob/master/code-of-conduct.md
1442
1439
1443
- [ logo ] : https://raw.githubusercontent. com/syntax-tree/mdast/79672c0/logo.svg?sanitize=true
1440
+ [ awesome ] : https://github. com/syntax-tree/awesome-syntax-tree
1444
1441
1445
1442
[ ideas ] : https://github.com/syntax-tree/ideas
1446
1443
1447
- [ chat ] : https://spectrum.chat/unified/remark
1444
+ [ license ] : https://creativecommons.org/licenses/by/4.0/
1445
+
1446
+ [ author ] : http://wooorm.com
1447
+
1448
+ [ logo ] : https://raw.githubusercontent.com/syntax-tree/mdast/79672c0/logo.svg?sanitize=true
1448
1449
1449
1450
[ releases ] : https://github.com/syntax-tree/mdast/releases
1450
1451
0 commit comments