Skip to content

Commit 8b6e1bb

Browse files
committed
Add link to remark-mdx
1 parent b0255a2 commit 8b6e1bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
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 either
1515
[`micromark-extension-mdx`][mdx] or [`micromark-extension-mdxjs`][mdxjs].
1616

17-
You might instead want to use this package through `remark-mdx` or
18-
`remark-mdxjs` with **[remark][]**.
17+
You might instead want to use this package through [`remark-mdx`][remark-mdx]
18+
with **[remark][]**.
1919

2020
Alternatively, the extensions can be used separately:
2121

@@ -220,10 +220,8 @@ There are no options.
220220

221221
* [`remarkjs/remark`][remark]
222222
— markdown processor powered by plugins
223-
* `remarkjs/remark-mdx`
224-
— remark plugin to support MDX
225-
* `remarkjs/remark-mdxjs`
226-
— remark plugin to support MDX.js
223+
* [`remarkjs/remark-mdx`][remark-mdx]
224+
— remark plugin to support MDX (or MDX.js)
227225
* [`micromark/micromark`][micromark]
228226
— the smallest commonmark-compliant markdown parser that exists
229227
* [`micromark/micromark-extension-mdx`][mdx]
@@ -302,3 +300,5 @@ abide by its terms.
302300
[mdx]: https://github.com/micromark/micromark-extension-mdx
303301

304302
[mdxjs]: https://github.com/micromark/micromark-extension-mdxjs
303+
304+
[remark-mdx]: https://github.com/mdx-js/mdx/tree/next/packages/remark-mdx

0 commit comments

Comments
 (0)