@@ -69,7 +69,7 @@ If your content is not in English, you should configure that utility.
69
69
## Install
70
70
71
71
This package is [ ESM only] [ esm ] .
72
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
72
+ In Node.js (version 16 +), install with [ npm] [ ] :
73
73
74
74
``` sh
75
75
npm install mdast-util-gfm-footnote
@@ -256,7 +256,7 @@ FootnoteReference includes Association
256
256
association.
257
257
258
258
** FootnoteReference** can be used where
259
- ** [ static phrasing] [ dfn-static -phrasing-content ] ** content is expected.
259
+ ** [ phrasing] [ dfn-phrasing-content ] ** content is expected.
260
260
It has no content model.
261
261
262
262
** FootnoteReference** includes the mixin ** [ Association] [ dfn-mxn-association ] ** .
@@ -288,10 +288,10 @@ Yields:
288
288
type FlowContentGfm = FootnoteDefinition | FlowContent
289
289
```
290
290
291
- #### ` StaticPhrasingContent ` (GFM footnotes)
291
+ #### ` PhrasingContent ` (GFM footnotes)
292
292
293
293
``` idl
294
- type StaticPhrasingContentGfm = FootnoteReference | StaticPhrasingContent
294
+ type PhrasingContentGfm = FootnoteReference | PhrasingContent
295
295
```
296
296
297
297
## Types
@@ -304,13 +304,13 @@ exposed from `@types/mdast`.
304
304
305
305
## Compatibility
306
306
307
- Projects maintained by the unified collective are compatible with all maintained
307
+ Projects maintained by the unified collective are compatible with maintained
308
308
versions of Node.js.
309
- As of now, that is Node.js 14.14+ and 16.0+.
310
- Our projects sometimes work with older versions, but this is not guaranteed.
311
309
312
- This plugin works with ` mdast-util-from-markdown ` version 1+ and
313
- ` mdast-util-to-markdown ` version 1+.
310
+ When we cut a new major release, we drop support for unmaintained versions of
311
+ Node.
312
+ This means we try to keep the current release line,
313
+ ` mdast-util-gfm-footnote@^1 ` , compatible with Node.js 12.
314
314
315
315
## Related
316
316
@@ -350,9 +350,9 @@ abide by its terms.
350
350
351
351
[ downloads ] : https://www.npmjs.com/package/mdast-util-gfm-footnote
352
352
353
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ mdast-util-gfm-footnote.svg
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
354
354
355
- [ size ] : https://bundlephobia .com/result?p =mdast-util-gfm-footnote
355
+ [ size ] : https://bundlejs .com/?q =mdast-util-gfm-footnote
356
356
357
357
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
358
358
@@ -420,7 +420,7 @@ abide by its terms.
420
420
421
421
[ dfn-flow-content ] : #flowcontent-gfm-footnotes
422
422
423
- [ dfn-static- phrasing-content ] : #staticphrasingcontent -gfm-footnotes
423
+ [ dfn-phrasing-content ] : #phrasingcontent -gfm-footnotes
424
424
425
425
[ dfn-footnote-reference ] : #footnotereference
426
426
0 commit comments