@astrojs/mdx@7.0.4

withastro/astro@astrojs/mdx@7.0.4Jul 27, 2026by astrobot-houston

AI Summary

A minor patch update to the MDX integration that corrects the casing of attribute names to ensure they are emitted correctly in the output.

Key Highlights

  • Fixes incorrect React-cased attribute names being emitted by the MDX integration.

Full Release Notes

### Patch Changes

-   [#17514](https://github.com/withastro/astro/pull/17514) [`41a00dd`](https://github.com/withastro/astro/commit/41a00dd86fc848763fa9dc6e501d6e85188c1306) Thanks [@gtritchie](https://github.com/gtritchie)! - Fixes a bug where the integration was emitting React-cased attribute names.