@@ -438,100 +438,100 @@ Use of `hast-util-to-mdast` is safe by default.
438
438
439
439
## Contribute
440
440
441
- See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
442
- started.
443
- See [ ` support.md ` ] [ support ] for ways to get help.
441
+ See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ health- contributing] for ways
442
+ to get started.
443
+ See [ ` support.md ` ] [ health- support] for ways to get help.
444
444
445
- This project has a [ code of conduct] [ coc ] .
445
+ This project has a [ code of conduct] [ health- coc] .
446
446
By interacting with this repository, organization, or community you agree to
447
447
abide by its terms.
448
448
449
449
## License
450
450
451
- [ MIT] [ license ] © [ Titus Wormer] [ author ]
451
+ [ MIT] [ file- license] © [ Titus Wormer] [ author ]
452
452
453
453
<!-- Definitions -->
454
454
455
- [ build-badge ] : https://github.com/syntax-tree/hast-util-to-mdast/workflows/main/badge.svg
456
-
457
- [ build ] : https://github.com/syntax-tree/hast-util-to-mdast/actions
455
+ [ api-default-handlers ] : #defaulthandlers
458
456
459
- [ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-mdast.svg
457
+ [ api-default-node-handlers ] : #defaultnodehandlers
460
458
461
- [ coverage ] : https://codecov.io/github/syntax-tree/hast-util-to-mdast
459
+ [ api-handle ] : #handle
462
460
463
- [ downloads-badge ] : https://img.shields.io/npm/dm/hast-util-to-mdast.svg
461
+ [ api-node-handle ] : #nodehandle
464
462
465
- [ downloads ] : https://www.npmjs.com/package/hast-util-to-mdast
463
+ [ api-options ] : #options
466
464
467
- [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=hast-util-to-mdast
465
+ [ api-state ] : #state
468
466
469
- [ size ] : https://bundlejs.com/?q=hast-util- to-mdast
467
+ [ api- to-mdast] : #tomdasttree-options
470
468
471
- [ sponsors-badge ] : https://opencollective .com/unified/sponsors/badge.svg
469
+ [ author ] : https://wooorm .com
472
470
473
471
[ backers-badge ] : https://opencollective.com/unified/backers/badge.svg
474
472
475
- [ collective ] : https://opencollective .com/unified
473
+ [ build ] : https://github .com/syntax-tree/hast-util-to-mdast/actions
476
474
477
- [ chat -badge] : https://img.shields.io/badge/chat-discussions-success .svg
475
+ [ build -badge] : https://github.com/syntax-tree/hast-util-to-mdast/workflows/main/badge .svg
478
476
479
477
[ chat ] : https://github.com/syntax-tree/unist/discussions
480
478
481
- [ esm ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
479
+ [ chat-badge ] : https://img.shields.io/badge/chat-discussions-success.svg
482
480
483
- [ npm ] : https://docs.npmjs. com/cli/install
481
+ [ collective ] : https://opencollective. com/unified
484
482
485
- [ esmsh ] : https://esm.sh
483
+ [ commonmark ] : https://commonmark.org
486
484
487
- [ license ] : license
485
+ [ coverage ] : https://codecov.io/github/syntax-tree/hast-util-to-mdast
488
486
489
- [ author ] : https://wooorm.com
487
+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-mdast.svg
490
488
491
- [ typescript ] : https://www.typescriptlang.org
489
+ [ downloads ] : https://www.npmjs.com/package/hast-util-to-mdast
492
490
493
- [ contributing ] : https://github.com/syntax-tree/.github/blob/main/contributing.md
491
+ [ downloads-badge ] : https://img.shields.io/npm/dm/hast-util-to-mdast.svg
494
492
495
- [ support ] : https://github.com/syntax-tree/.github/blob/main/support.md
493
+ [ element ] : https://github.com/syntax-tree/hast#element
496
494
497
- [ coc ] : https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md
495
+ [ esm ] : https://gist. github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
498
496
499
- [ mdast ] : https://github.com/syntax-tree/mdast
497
+ [ esmsh ] : https://esm.sh
500
498
501
- [ mdast-node ] : https://github.com/syntax-tree/mdast#nodes
499
+ [ file-license ] : license
502
500
503
- [ phrasing ] : https://github.com/syntax-tree/mdast#phrasingcontent
501
+ [ gfm ] : https://github.github. com/gfm/
504
502
505
503
[ hast ] : https://github.com/syntax-tree/hast
506
504
507
505
[ hast-node ] : https://github.com/syntax-tree/hast#nodes
508
506
509
507
[ hast-parent ] : https://github.com/syntax-tree/hast#parent
510
508
511
- [ element ] : https://github.com/syntax-tree/hast#element
509
+ [ health-coc ] : https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md
512
510
513
- [ html ] : https://html.spec.whatwg.org/multipage/
511
+ [ health-contributing ] : https://github.com/syntax-tree/.github/blob/main/contributing.md
514
512
515
- [ gfm ] : https://github.github. com/gfm/
513
+ [ health-support ] : https://github.com/syntax-tree/.github/blob/main/support.md
516
514
517
- [ commonmark ] : https://commonmark. org
515
+ [ html ] : https://html.spec.whatwg. org/multipage/
518
516
519
517
[ html-paragraphs ] : https://html.spec.whatwg.org/multipage/dom.html#paragraphs
520
518
521
- [ mdast-util-to-hast ] : https://github.com/syntax-tree/mdast-util-to-hast
519
+ [ mdast ] : https://github.com/syntax-tree/mdast
522
520
523
- [ rehype-remark ] : https://github.com/rehypejs/rehype-remark
521
+ [ mdast-node ] : https://github.com/syntax-tree/mdast#nodes
524
522
525
- [ api-default-handlers ] : #defaulthandlers
523
+ [ mdast-util-to-hast ] : https://github.com/syntax-tree/mdast-util-to-hast
526
524
527
- [ api-default-node-handlers ] : #defaultnodehandlers
525
+ [ npm ] : https://docs.npmjs.com/cli/install
528
526
529
- [ api-to-mdast ] : #tomdasttree-options
527
+ [ phrasing ] : https://github.com/syntax-tree/mdast#phrasingcontent
530
528
531
- [ api-options ] : #options
529
+ [ rehype-remark ] : https://github.com/rehypejs/rehype-remark
532
530
533
- [ api-state ] : #state
531
+ [ size ] : https://bundlejs.com/?q=hast-util-to-mdast
534
532
535
- [ api-handle ] : #handle
533
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=hast-util-to-mdast
536
534
537
- [ api-node-handle ] : #nodehandle
535
+ [ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
536
+
537
+ [ typescript ] : https://www.typescriptlang.org
0 commit comments