Skip to content

Commit

Permalink
Add link to remark-gfm
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 7, 2020
1 parent 0661c49 commit bedee2f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ task list items in **[mdast][]**.
When parsing (`from-markdown`), must be combined with
[`micromark-extension-gfm-task-list-item`][extension].

You probably shouldn’t use this package directly, but instead use `remark-gfm`
with **[remark][]**.
You probably shouldn’t use this package directly, but instead use
[`remark-gfm`][remark-gfm] with **[remark][]**.

## Install

Expand Down Expand Up @@ -146,7 +146,7 @@ for [`mdast-util-from-markdown`][from-markdown] and

* [`remarkjs/remark`][remark]
— markdown processor powered by plugins
* `remarkjs/remark-gfm`
* [`remarkjs/remark-gfm`][remark-gfm]
— remark plugin to support GFM
* [`micromark/micromark`][micromark]
— the smallest commonmark-compliant markdown parser that exists
Expand Down Expand Up @@ -215,6 +215,8 @@ abide by its terms.

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

[remark-gfm]: https://github.com/remarkjs/remark-gfm

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

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

0 comments on commit bedee2f

Please sign in to comment.