@astrojs/internal-helpers@0.11.0
withastro/astro@astrojs/internal-helpers@0.11.0Aug 31, 2026by astrobot-houston
AI Summary
Introduces a new entrypoint for internal helpers specifically designed for rendering .mdx files.
Key Highlights
- Adds @astrojs/internal-helpers/mdx entrypoint for shared helpers.
New Features
- New mdx entrypoint for Markdown processor packages.
Full Release Notes
### Minor Changes - [#17262](https://github.com/withastro/astro/pull/17262) [`f8e9458`](https://github.com/withastro/astro/commit/f8e94585ab6c38e2702ee1e2e540858f72058a40) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds an `@astrojs/internal-helpers/mdx` entrypoint with the shared helpers the Markdown processor packages use to render `.mdx` files.