Skip to content

Commit

Permalink
Update some metadata for footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 3, 2021
1 parent 890005e commit 03ff827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "remark-gfm",
"version": "2.0.0",
"description": "remark plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
"description": "remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)",
"license": "MIT",
"keywords": [
"unified",
Expand All @@ -14,6 +14,7 @@
"strikethrough",
"tasklist",
"autolink",
"footnote",
"github",
"gfm"
],
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -131,7 +131,7 @@ The default export is `remarkGfm`.
### `unified().use(remarkGfm[, options])`

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

##### `options`

Expand Down

0 comments on commit 03ff827

Please sign in to comment.