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 @@ autolink literals in **[mdast][]**.
14
14
When parsing (` from-markdown ` ), must be combined with
15
15
[ ` micromark-extension-gfm-autolink-literal ` ] [ 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
@@ -108,7 +108,7 @@ for [`mdast-util-from-markdown`][from-markdown] and
108
108
109
109
* [ ` remarkjs/remark ` ] [ remark ]
110
110
— markdown processor powered by plugins
111
- * ` remarkjs/remark-gfm `
111
+ * [ ` remarkjs/remark-gfm ` ] [ remark-gfm ]
112
112
— remark plugin to support GFM
113
113
* [ ` micromark/micromark ` ] [ micromark ]
114
114
— the smallest commonmark-compliant markdown parser that exists
@@ -177,6 +177,8 @@ abide by its terms.
177
177
178
178
[ remark ] : https://github.com/remarkjs/remark
179
179
180
+ [ remark-gfm ] : https://github.com/remarkjs/remark-gfm
181
+
180
182
[ from-markdown ] : https://github.com/syntax-tree/mdast-util-from-markdown
181
183
182
184
[ to-markdown ] : https://github.com/syntax-tree/mdast-util-to-markdown
You can’t perform that action at this time.
0 commit comments