Skip to content

Commit 6f6b6f4

Browse files
committed
Update links
1 parent 1fe87ba commit 6f6b6f4

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-jsx`][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
@@ -311,10 +311,8 @@ type MDXJsxPhrasingContent = MDXJsxTextElement | PhrasingContent
311311
— mdast parser using `micromark` to create mdast from markdown
312312
* [`syntax-tree/mdast-util-to-markdown`][to-markdown]
313313
— mdast serializer to create markdown from mdast
314-
* `syntax-tree/mdast-util-mdx`
314+
* [`syntax-tree/mdast-util-mdx`][mdast-util-mdx]
315315
— mdast utility to support all of MDX
316-
* `syntax-tree/mdast-util-mdxjs`
317-
— mdast utility to support all of MDX.js
318316
* [`micromark/micromark`][micromark]
319317
— the smallest commonmark-compliant markdown parser that exists
320318
* [`micromark/micromark-extension-mdx-jsx`][extension]
@@ -384,6 +382,12 @@ abide by its terms.
384382

385383
[extension]: https://github.com/micromark/micromark-extension-mdxjs-esm
386384

385+
[mdx]: https://github.com/micromark/micromark-extension-mdx
386+
387+
[mdxjs]: https://github.com/micromark/micromark-extension-mdxjs
388+
389+
[mdast-util-mdx]: https://github.com/syntax-tree/mdast-util-mdx
390+
387391
[quote]: https://github.com/syntax-tree/mdast-util-to-markdown#optionsquote
388392

389393
[estree]: https://github.com/estree/estree

0 commit comments

Comments
 (0)