@astrojs/markdown-remark@7.3.0
withastro/astro@astrojs/markdown-remark@7.3.0Aug 31, 2026by astrobot-houston
AI Summary
Adds MDX rendering capabilities to the Remark processor and introduces a new `recmaPlugins` option for customizing the JS output of MDX.
Key Highlights
- Adds MDX rendering to the Remark processor.
- Adds `recmaPlugins` option for customizing MDX compiler output.
New Features
- New `recmaPlugins` option for unified processor.
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 MDX rendering to the `unified()` and `satteri()` processors.
Both processors now compile `.mdx` files themselves. You still need to install `@astrojs/mdx` to add MDX support to your project.
- [#17262](https://github.com/withastro/astro/pull/17262) [`f8e9458`](https://github.com/withastro/astro/commit/f8e94585ab6c38e2702ee1e2e540858f72058a40) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds a `recmaPlugins` option to `unified()` for adding recma (estree/JSX) plugins to the MDX compiler.
### Patch Changes
- Updated dependencies \[[`f8e9458`](https://github.com/withastro/astro/commit/f8e94585ab6c38e2702ee1e2e540858f72058a40)]:
- @astrojs/internal-helpers@0.11.0