From f1ca4b2f248a4a5dbb92e452ea5f59f277ee30c9 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 7 Jul 2024 20:13:48 +0200 Subject: [PATCH] Fix link Closes GH-2508. Reviewed-by: Titus Wormer --- packages/mdx/readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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