From f3c9d7c100234e4e99863803d0ac0b929dcc2353 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 7 Jul 2024 11:23:43 +0200 Subject: [PATCH 1/3] fix broken link --- packages/mdx/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mdx/readme.md b/packages/mdx/readme.md index 61cb4a46a..0073ec724 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, but can easily integrate their remark and rehype plugins. The processor goes through these steps: 1. parse MDX (serialized markdown with embedded JSX, ESM, and expressions) From 44c6672d012506cc396b5faa412fd40c765996e2 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 7 Jul 2024 11:35:24 +0200 Subject: [PATCH 2/3] remove unused definition --- packages/mdx/readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/mdx/readme.md b/packages/mdx/readme.md index 0073ec724..a1ec815cd 100644 --- a/packages/mdx/readme.md +++ b/packages/mdx/readme.md @@ -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 From 4e9c965a1b877297da5128506ec8a9c750dbaacd Mon Sep 17 00:00:00 2001 From: Titus Date: Sun, 7 Jul 2024 20:09:47 +0200 Subject: [PATCH 3/3] Update packages/mdx/readme.md Signed-off-by: Titus --- packages/mdx/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mdx/readme.md b/packages/mdx/readme.md index a1ec815cd..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, but can easily integrate their remark and rehype plugins. +know about unified. The processor goes through these steps: 1. parse MDX (serialized markdown with embedded JSX, ESM, and expressions)