File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ task list items in **[mdast][]**.
14
14
When parsing (` from-markdown ` ), must be combined with
15
15
[ ` micromark-extension-gfm-task-list-item ` ] [ extension ] .
16
16
17
- You probably shouldn’t use this package directly, but instead use ` remark-gfm `
18
- with ** [ remark] [ ] ** .
17
+ You probably shouldn’t use this package directly, but instead use
18
+ [ ` remark-gfm ` ] [ remark-gfm ] with ** [ remark] [ ] ** .
19
19
20
20
## Install
21
21
@@ -146,7 +146,7 @@ for [`mdast-util-from-markdown`][from-markdown] and
146
146
147
147
* [ ` remarkjs/remark ` ] [ remark ]
148
148
— markdown processor powered by plugins
149
- * ` remarkjs/remark-gfm `
149
+ * [ ` remarkjs/remark-gfm ` ] [ remark-gfm ]
150
150
— remark plugin to support GFM
151
151
* [ ` micromark/micromark ` ] [ micromark ]
152
152
— the smallest commonmark-compliant markdown parser that exists
@@ -215,6 +215,8 @@ abide by its terms.
215
215
216
216
[ remark ] : https://github.com/remarkjs/remark
217
217
218
+ [ remark-gfm ] : https://github.com/remarkjs/remark-gfm
219
+
218
220
[ from-markdown ] : https://github.com/syntax-tree/mdast-util-from-markdown
219
221
220
222
[ to-markdown ] : https://github.com/syntax-tree/mdast-util-to-markdown
You can’t perform that action at this time.
0 commit comments