Skip to content

Commit bedee2f

Browse files
committed
Add link to remark-gfm
1 parent 0661c49 commit bedee2f

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 @@ task list items in **[mdast][]**.
1414
When parsing (`from-markdown`), must be combined with
1515
[`micromark-extension-gfm-task-list-item`][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

@@ -146,7 +146,7 @@ for [`mdast-util-from-markdown`][from-markdown] and
146146

147147
* [`remarkjs/remark`][remark]
148148
— markdown processor powered by plugins
149-
* `remarkjs/remark-gfm`
149+
* [`remarkjs/remark-gfm`][remark-gfm]
150150
— remark plugin to support GFM
151151
* [`micromark/micromark`][micromark]
152152
— the smallest commonmark-compliant markdown parser that exists
@@ -215,6 +215,8 @@ abide by its terms.
215215

216216
[remark]: https://github.com/remarkjs/remark
217217

218+
[remark-gfm]: https://github.com/remarkjs/remark-gfm
219+
218220
[from-markdown]: https://github.com/syntax-tree/mdast-util-from-markdown
219221

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

0 commit comments

Comments
 (0)