From 0136970f2e67fc189c9cea924c0ae80df3aa45ab Mon Sep 17 00:00:00 2001 From: Ricardo Nunez <113212961+ricardonunez-io@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:07:57 -0700 Subject: [PATCH 1/2] Remove color replacements --- packages/mdx/src/plugins/rehype/shiki-constants.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/mdx/src/plugins/rehype/shiki-constants.ts b/packages/mdx/src/plugins/rehype/shiki-constants.ts index d2c248e..33d8ceb 100644 --- a/packages/mdx/src/plugins/rehype/shiki-constants.ts +++ b/packages/mdx/src/plugins/rehype/shiki-constants.ts @@ -81,9 +81,6 @@ export const shikiColorReplacements: Partial Date: Thu, 21 Aug 2025 15:08:40 -0700 Subject: [PATCH 2/2] Bump --- packages/mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mdx/package.json b/packages/mdx/package.json index d987d24..c779f1b 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@mintlify/mdx", - "version": "2.0.4", + "version": "2.0.5", "description": "Markdown parser from Mintlify", "main": "./dist/index.js", "types": "./dist/index.d.ts",