@astrojs/markdown-satteri@0.3.4
withastro/astro@astrojs/markdown-satteri@0.3.4Jul 13, 2026by astrobot-houston
AI Summary
This patch release fixes a bug where custom pre components were not being applied to syntax-highlighted code blocks when using the Sätteri Markdown processor with MDX.
Key Highlights
- Fixed custom pre components not applying to syntax-highlighted code blocks in MDX.
- Resolved issue with Sätteri Markdown processor.
Full Release Notes
### Patch Changes - [#17341](https://github.com/withastro/astro/pull/17341) [`64b0d66`](https://github.com/withastro/astro/commit/64b0d6667eabd8fe51643dfdab7004670e319810) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes custom `pre` components not applying to syntax-highlighted code blocks when using the Sätteri Markdown processor with MDX.