Ghost/core/server/services/mega
Kevin Ansfield 02347aa788
🐛 Fixed Outlook incorrect text styling and ' appearing in email content (#13313)
refs https://github.com/TryGhost/Team/issues/1047

Rendering segmented emails uses `cheerio` to parse and re-render the html but this had a side-effect of converting the `$#39;` char code to the more modern `$apos;` code resulting in Outlook not understanding quotes inside inlined CSS and showing the raw char code if it appeared in the email contents.

- extracted our handling of the unsupported char codes from the main email html generation into a function so that it can be re-used when generating segmented html
2021-09-17 08:39:29 +01:00
..
email-preview.js Removed emailCardSegments labs flag (#13276) 2021-09-02 13:11:11 +01:00
index.js Extracted email preview service 2021-09-02 13:11:10 +04:00
mega.js Removed emailCardSegments labs flag (#13276) 2021-09-02 13:11:11 +01:00
post-email-serializer.js 🐛 Fixed Outlook incorrect text styling and ' appearing in email content (#13313) 2021-09-17 08:39:29 +01:00
segment-parser.js Added unique filtering for segment parser 2021-06-30 17:43:28 +04:00
template.js Removed emailCardSegments labs flag (#13276) 2021-09-02 13:11:11 +01:00