react-email@6.6.1
resend/react-emailreact-email@6.6.1Jun 16, 2026by github-actions[bot]
AI Summary
Resolves an issue where Markdown rendering corrupted CSS string values containing double quotes by ensuring proper HTML entity escaping.
Key Highlights
- Fixed Markdown corrupting double quotes in markdownCustomStyles
- Corrected escaping logic to use " instead of '
- Updated @react-email/render dependency to 2.0.9
Full Release Notes
### Patch Changes * 21bac49: Fix `Markdown` corrupting double quotes in `markdownCustomStyles`. Inline style values containing a `"` (e.g. `fontFamily: '"Times New Roman", serif'`) were escaped to the apostrophe entity `'` instead of `"`, silently rewriting the quoted value. Double quotes are now escaped as `"`. * Updated dependencies \[60a5b09] * @react-email/render@2.0.9