Skip to content

Commit 5c2f775

Browse files
committed
Add link to remark-gfm
1 parent f32545d commit 5c2f775

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Extension for [`mdast-util-from-markdown`][from-markdown] and/or
1414
When parsing (`from-markdown`), must be combined with
1515
[`micromark-extension-gfm`][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
Alternatively, the extensions can be used separately:
2121

@@ -238,7 +238,7 @@ for [`mdast-util-from-markdown`][from-markdown] and
238238

239239
* [`remarkjs/remark`][remark]
240240
— markdown processor powered by plugins
241-
* `remarkjs/remark-gfm`
241+
* [`remarkjs/remark-gfm`][remark-gfm]
242242
— remark plugin to support GFM
243243
* [`micromark/micromark`][micromark]
244244
— the smallest commonmark-compliant markdown parser that exists
@@ -307,6 +307,8 @@ abide by its terms.
307307

308308
[remark]: https://github.com/remarkjs/remark
309309

310+
[remark-gfm]: https://github.com/remarkjs/remark-gfm
311+
310312
[from-markdown]: https://github.com/syntax-tree/mdast-util-from-markdown
311313

312314
[to-markdown]: https://github.com/syntax-tree/mdast-util-to-markdown

0 commit comments

Comments
 (0)