Skip to content

Commit 03ff827

Browse files
committed
Update some metadata for footnotes
1 parent 890005e commit 03ff827

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remark-gfm",
33
"version": "2.0.0",
4-
"description": "remark plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
4+
"description": "remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)",
55
"license": "MIT",
66
"keywords": [
77
"unified",
@@ -14,6 +14,7 @@
1414
"strikethrough",
1515
"tasklist",
1616
"autolink",
17+
"footnote",
1718
"github",
1819
"gfm"
1920
],

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The default export is `remarkGfm`.
131131
### `unified().use(remarkGfm[, options])`
132132

133133
Configures remark so that it can parse and serialize GFM (autolink literals,
134-
strikethrough, tables, tasklists).
134+
footnotes, strikethrough, tables, tasklists).
135135

136136
##### `options`
137137

0 commit comments

Comments
 (0)