Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
Closes GH-2508.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
artola authored Jul 7, 2024
1 parent ce4fef0 commit f1ca4b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/mdx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ what unified does: please read through the [`unifiedjs/unified`][unified] readme
(the part until you hit the API section is required reading).

`@mdx-js/mdx` is a unified pipelinewrapped so that most folks dont need to
know about unified: [`core.js#L65`][core].
know about unified.
The processor goes through these steps:

1. parse MDX (serialized markdown with embedded JSX, ESM, and expressions)
Expand Down Expand Up @@ -1223,8 +1223,6 @@ abide by its terms.

[unified]: https://github.com/unifiedjs/unified

[core]: https://github.com/mdx-js/mdx/blob/main/packages/mdx/lib/core.js#L65

[micromark]: https://github.com/micromark/micromark

[acorn]: https://github.com/acornjs/acorn
Expand Down

0 comments on commit f1ca4b2

Please sign in to comment.