react-email
react-email copied to clipboard
Fix: Background image quoted URLs converted to HTML entities during email export
Problem:
- Background image quoted URLs are converted to HTML entities during email export, breaking functionality in older email clients.
closes: #442
Issue ticket number and link:
- Ticket Number: [ 442 ]
- Link: [ https://github.com/resend/react-email/issues/442 ]
Acceptance Criteria
- [x] Update the
Fontcomponent to properly escape quotes in URLs and font names - [x] Add a new test case to verify the correct handling of quoted URLs and font names
- [x] Ensure all existing tests pass