Skip to content

Commit 52243a9

Browse files
committed
Update links
1 parent 1c59dec commit 52243a9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

readme.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ When parsing (`from-markdown`), must be combined with
1616
This utility handles parsing and serializing.
1717
See [`micromark-extension-mdx-expression`][extension] for how the syntax works.
1818

19-
You probably should use either `micromark-extension-mdx` with `mdast-util-mdx`
20-
or `micromark-extension-mdxjs` with `mdast-util-mdxjs` (which both include this
21-
package) to support all of MDX or MDX.js.
19+
You probably should use either [`micromark-extension-mdx`][mdx] or
20+
[`micromark-extension-mdxjs`][mdxjs] with [`mdast-util-mdx`][mdast-util-mdx]
21+
(which both include this package) to support all of MDX (or MDX.js).
2222
Or use it all through `remark-mdx` or `remark-mdxjs` (**[remark][]**).
2323

2424
## Install
@@ -213,10 +213,8 @@ type PhrasingContentMdxExpression = MDXTextExpression | PhrasingContent
213213
— mdast parser using `micromark` to create mdast from markdown
214214
* [`syntax-tree/mdast-util-to-markdown`][to-markdown]
215215
— mdast serializer to create markdown from mdast
216-
* `syntax-tree/mdast-util-mdx`
216+
* [`syntax-tree/mdast-util-mdx`][mdast-util-mdx]
217217
— mdast utility to support MDX
218-
* `syntax-tree/mdast-util-mdxjs`
219-
— mdast utility to support MDX.js
220218
* [`micromark/micromark`][micromark]
221219
— the smallest commonmark-compliant markdown parser that exists
222220
* [`micromark/micromark-extension-mdx-expression`][extension]
@@ -288,6 +286,12 @@ abide by its terms.
288286

289287
[extension]: https://github.com/micromark/micromark-extension-mdxjs-esm
290288

289+
[mdx]: https://github.com/micromark/micromark-extension-mdx
290+
291+
[mdxjs]: https://github.com/micromark/micromark-extension-mdxjs
292+
293+
[mdast-util-mdx]: https://github.com/syntax-tree/mdast-util-mdx
294+
291295
[estree]: https://github.com/estree/estree
292296

293297
[dfn-literal]: https://github.com/syntax-tree/mdast#literal

0 commit comments

Comments
 (0)