Skip to content

Commit 9ef226d

Browse files
committed
Add link to remark-gfm
1 parent 21d83dd commit 9ef226d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ autolink literals in **[mdast][]**.
1414
When 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

0 commit comments

Comments
 (0)