12
12
13
13
## Contents
14
14
15
- * [ What is this?] ( #what-is-this )
16
- * [ When to use this] ( #when-to-use-this )
17
- * [ Install] ( #install )
18
- * [ Use] ( #use )
19
- * [ API] ( #api )
20
- * [ ` gfmFootnoteFromMarkdown() ` ] ( #gfmfootnotefrommarkdown )
21
- * [ ` gfmFootnoteToMarkdown() ` ] ( #gfmfootnotetomarkdown )
22
- * [ HTML] ( #html )
23
- * [ Syntax] ( #syntax )
24
- * [ Syntax tree] ( #syntax-tree )
25
- * [ Nodes] ( #nodes )
26
- * [ Content model] ( #content-model )
27
- * [ Types] ( #types )
28
- * [ Compatibility] ( #compatibility )
29
- * [ Related] ( #related )
30
- * [ Contribute] ( #contribute )
31
- * [ License] ( #license )
15
+ * [ What is this?] ( #what-is-this )
16
+ * [ When to use this] ( #when-to-use-this )
17
+ * [ Install] ( #install )
18
+ * [ Use] ( #use )
19
+ * [ API] ( #api )
20
+ * [ ` gfmFootnoteFromMarkdown() ` ] ( #gfmfootnotefrommarkdown )
21
+ * [ ` gfmFootnoteToMarkdown() ` ] ( #gfmfootnotetomarkdown )
22
+ * [ HTML] ( #html )
23
+ * [ Syntax] ( #syntax )
24
+ * [ Syntax tree] ( #syntax-tree )
25
+ * [ Nodes] ( #nodes )
26
+ * [ Content model] ( #content-model )
27
+ * [ Types] ( #types )
28
+ * [ Compatibility] ( #compatibility )
29
+ * [ Related] ( #related )
30
+ * [ Contribute] ( #contribute )
31
+ * [ License] ( #license )
32
32
33
33
## What is this?
34
34
@@ -314,13 +314,13 @@ This means we try to keep the current release line,
314
314
315
315
## Related
316
316
317
- * [ ` remark-gfm ` ] [ remark-gfm ]
318
- — remark plugin to support GFM
319
- * [ ` mdast-util-gfm ` ] [ mdast-util-gfm ]
320
- — same but all of GFM (autolink literals, footnotes, strikethrough, tables,
321
- tasklists)
322
- * [ ` micromark-extension-gfm-footnote ` ] [ micromark-extension-gfm-footnote ]
323
- — micromark extension to parse GFM footnotes
317
+ * [ ` remark-gfm ` ] [ remark-gfm ]
318
+ — remark plugin to support GFM
319
+ * [ ` mdast-util-gfm ` ] [ mdast-util-gfm ]
320
+ — same but all of GFM (autolink literals, footnotes, strikethrough, tables,
321
+ tasklists)
322
+ * [ ` micromark-extension-gfm-footnote ` ] [ micromark-extension-gfm-footnote ]
323
+ — micromark extension to parse GFM footnotes
324
324
325
325
## Contribute
326
326
@@ -338,94 +338,94 @@ abide by its terms.
338
338
339
339
<!-- Definitions -->
340
340
341
- [ build-badge ] : https://github.com/syntax-tree/mdast-util-gfm-footnote/workflows/main/badge.svg
341
+ [ api-gfmfootnotefrommarkdown ] : #gfmfootnotefrommarkdown
342
342
343
- [ build ] : https://github.com/syntax-tree/mdast-util-gfm-footnote/actions
343
+ [ api-gfmfootnotetomarkdown ] : #gfmfootnotetomarkdown
344
344
345
- [ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-gfm-footnote.svg
345
+ [ author ] : https://wooorm.com
346
346
347
- [ coverage ] : https://codecov.io/github/syntax-tree/mdast-util-gfm-footnote
347
+ [ backers-badge ] : https://opencollective.com/unified/backers/badge.svg
348
348
349
- [ downloads-badge ] : https://img.shields.io/npm/dm/ mdast-util-gfm-footnote.svg
349
+ [ build ] : https://github.com/syntax-tree/ mdast-util-gfm-footnote/actions
350
350
351
- [ downloads ] : https://www.npmjs. com/package /mdast-util-gfm-footnote
351
+ [ build-badge ] : https://github. com/syntax-tree /mdast-util-gfm-footnote/workflows/main/badge.svg
352
352
353
- [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs. com/?q=mdast-util-gfm-footnote
353
+ [ chat ] : https://github. com/syntax-tree/unist/discussions
354
354
355
- [ size ] : https://bundlejs.com/?q=mdast-util-gfm-footnote
355
+ [ chat-badge ] : https://img.shields.io/badge/chat-discussions-success.svg
356
356
357
- [ sponsors-badge ] : https://opencollective .com/unified/sponsors/badge.svg
357
+ [ cmark-gfm ] : https://github .com/github/cmark-gfm
358
358
359
- [ backers-badge ] : https://opencollective .com/unified/backers/badge.svg
359
+ [ coc ] : https://github .com/syntax-tree/.github/blob/main/code-of-conduct.md
360
360
361
361
[ collective ] : https://opencollective.com/unified
362
362
363
- [ chat-badge ] : https://img.shields.io/badge/chat-discussions-success.svg
363
+ [ contributing ] : https://github.com/syntax-tree/.github/blob/main/contributing.md
364
364
365
- [ chat ] : https://github.com/ syntax-tree/unist/discussions
365
+ [ coverage ] : https://codecov.io/github/ syntax-tree/mdast-util-gfm-footnote
366
366
367
- [ npm ] : https://docs.npmjs.com/cli/install
367
+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-gfm-footnote.svg
368
368
369
- [ esm ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
369
+ [ dfn-flow-content ] : #flowcontent-gfm-footnotes
370
370
371
- [ esmsh ] : https://esm.sh
371
+ [ dfn-footnote-definition ] : #footnotedefinition
372
372
373
- [ typescript ] : https://www.typescriptlang.org
373
+ [ dfn-footnote-reference ] : #footnotereference
374
374
375
- [ license ] : license
375
+ [ dfn-mxn-association ] : https://github.com/syntax-tree/mdast#association
376
376
377
- [ author ] : https://wooorm .com
377
+ [ dfn-node ] : https://github .com/syntax-tree/unist#node
378
378
379
- [ health ] : https://github.com/syntax-tree/.github
379
+ [ dfn-parent ] : https://github.com/syntax-tree/mdast#parent
380
380
381
- [ contributing ] : https://github.com/syntax-tree/.github/blob/main/contributing.md
381
+ [ dfn-phrasing-content ] : #phrasingcontent-gfm-footnotes
382
382
383
- [ support ] : https://github. com/syntax-tree/.github/blob/main/support.md
383
+ [ downloads ] : https://www.npmjs. com/package/mdast-util-gfm-footnote
384
384
385
- [ coc ] : https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md
385
+ [ downloads-badge ] : https://img.shields.io/npm/dm/mdast-util-gfm-footnote.svg
386
386
387
- [ mdast ] : https://github.com/syntax-tree/mdast
387
+ [ esm ] : https://gist. github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
388
388
389
- [ mdast-util-gfm ] : https://github.com/syntax-tree/mdast-util-gfm
389
+ [ esmsh ] : https://esm.sh
390
390
391
- [ remark-gfm ] : https://github.com/remarkjs/remark-gfm
391
+ [ frommarkdownextension ] : https://github.com/syntax-tree/mdast-util-from-markdown#extension
392
392
393
- [ micromark ] : https://github.com/micromark/micromark
393
+ [ gfm ] : https://github.github. com/gfm/
394
394
395
- [ micromark-extension-gfm-footnote ] : https://github.com/micromark/micromark-extension-gfm-footnote
395
+ [ health ] : https://github.com/syntax-tree/.github
396
396
397
- [ syntax ] : https://github.com/micromark/micromark-extension-gfm-footnote#syntax
397
+ [ license ] : license
398
398
399
- [ gfm ] : https://github.github. com/gfm/
399
+ [ mdast ] : https://github.com/syntax-tree/mdast
400
400
401
- [ cmark-gfm ] : https://github.com/github/cmark-gfm
401
+ [ mdast-util-from-markdown ] : https://github.com/syntax-tree/mdast-util-from-markdown
402
402
403
- [ post ] : https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/
403
+ [ mdast-util-gfm ] : https://github.com/syntax-tree/mdast-util-gfm
404
404
405
- [ mdast-util-from-markdown ] : https://github.com/syntax-tree/mdast-util-from-markdown
405
+ [ mdast-util-to-hast ] : https://github.com/syntax-tree/mdast-util-to-hast
406
406
407
407
[ mdast-util-to-markdown ] : https://github.com/syntax-tree/mdast-util-to-markdown
408
408
409
- [ mdast-util-to-hast ] : https://github.com/syntax-tree/mdast-util-to-hast
409
+ [ micromark ] : https://github.com/micromark/micromark
410
410
411
- [ dfn-parent ] : https://github.com/syntax-tree/mdast#parent
411
+ [ micromark-extension-gfm-footnote ] : https://github.com/micromark/micromark-extension-gfm-footnote
412
412
413
- [ dfn-mxn-association ] : https://github. com/syntax-tree/mdast#association
413
+ [ npm ] : https://docs.npmjs. com/cli/install
414
414
415
- [ dfn-node ] : https://github.com/syntax-tree/unist#node
415
+ [ post ] : https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/
416
416
417
- [ frommarkdownextension ] : https://github.com/syntax-tree/mdast-util-from-markdown#extension
417
+ [ remark-gfm ] : https://github.com/remarkjs/remark-gfm
418
418
419
- [ tomarkdownextension ] : https://github .com/syntax-tree/ mdast-util-to-markdown#options
419
+ [ size ] : https://bundlejs .com/?q= mdast-util-gfm-footnote
420
420
421
- [ dfn-flow-content ] : #flowcontent- gfm-footnotes
421
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=mdast-util- gfm-footnote
422
422
423
- [ dfn-phrasing-content ] : #phrasingcontent-gfm-footnotes
423
+ [ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
424
424
425
- [ dfn-footnote-reference ] : #footnotereference
425
+ [ support ] : https://github.com/syntax-tree/.github/blob/main/support.md
426
426
427
- [ dfn-footnote-definition ] : #footnotedefinition
427
+ [ syntax ] : https://github.com/micromark/micromark-extension-gfm-footnote#syntax
428
428
429
- [ api-gfmfootnotefrommarkdown ] : #gfmfootnotefrommarkdown
429
+ [ tomarkdownextension ] : https://github.com/syntax-tree/mdast-util-to-markdown#options
430
430
431
- [ api-gfmfootnotetomarkdown ] : #gfmfootnotetomarkdown
431
+ [ typescript ] : https://www.typescriptlang.org
0 commit comments