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][]**.
1414When parsing (` from-markdown ` ), must be combined with
1515[ ` micromark-extension-gfm-autolink-literal ` ] [ extension ] .
1616
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] [ ] ** .
1919
2020## Install
2121
@@ -108,7 +108,7 @@ for [`mdast-util-from-markdown`][from-markdown] and
108108
109109* [ ` remarkjs/remark ` ] [ remark ]
110110 — markdown processor powered by plugins
111- * ` remarkjs/remark-gfm `
111+ * [ ` remarkjs/remark-gfm ` ] [ remark-gfm ]
112112 — remark plugin to support GFM
113113* [ ` micromark/micromark ` ] [ micromark ]
114114 — the smallest commonmark-compliant markdown parser that exists
@@ -177,6 +177,8 @@ abide by its terms.
177177
178178[ remark ] : https://github.com/remarkjs/remark
179179
180+ [ remark-gfm ] : https://github.com/remarkjs/remark-gfm
181+
180182[ from-markdown ] : https://github.com/syntax-tree/mdast-util-from-markdown
181183
182184[ to-markdown ] : https://github.com/syntax-tree/mdast-util-to-markdown
You can’t perform that action at this time.
0 commit comments