diff --git a/packages/mdx/readme.md b/packages/mdx/readme.md index 61cb4a46a..1c5e27c59 100644 --- a/packages/mdx/readme.md +++ b/packages/mdx/readme.md @@ -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 pipeline — wrapped so that most folks don’t 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) @@ -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