@astrojs/markdown-satteri@0.4.0

withastro/astro@astrojs/markdown-satteri@0.4.0Aug 31, 2026by astrobot-houston

AI Summary

Adds native MDX support to the Satteri Markdown processor, allowing it to compile `.mdx` files without relying solely on `@astrojs/mdx`.

Key Highlights

  • Adds MDX rendering support to the Satteri processor.
  • The processor now compiles `.mdx` files independently.

New Features

  • Native MDX rendering support for Satteri 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.

### Patch Changes

-   Updated dependencies \[[`f8e9458`](https://github.com/withastro/astro/commit/f8e94585ab6c38e2702ee1e2e540858f72058a40)]:
    -   @astrojs/internal-helpers@0.11.0