react-email icon indicating copy to clipboard operation
react-email copied to clipboard

Fix: Background image quoted URLs converted to HTML entities during email export

Open aliraza556 opened this issue 1 year ago • 5 comments

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 Font component 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

aliraza556 avatar Sep 05 '24 10:09 aliraza556