Changes between Initial Version and Version 1 of Ticket #6933
- Timestamp:
- 03/02/2016 07:01:21 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6933
-
Property
Summary
changed from
Emails: Do not strip all HTML content for plain-text emails
toEmails: Do not strip HTML content for email content
-
Property
Summary
changed from
-
Ticket #6933 – Description
initial v1 1 Currently, we strip HTML tags to render the plain-textemail content.1 Currently, we strip HTML tags to render the email content. 2 2 3 3 This isn't great as some content will be lost such as links and textual emphasis (bold, italic, etc.). 4 4 5 We should preferably do some type of HTML to plain-text conversion (perhaps to Markdown?) for accessibility reasons. 5 For HTML emails, we should add a customized version of KSES here. 6 7 For plain-text emails, we should preferably do some type of HTML to plain-text conversion (perhaps to Markdown?) for accessibility reasons.