Actions
Defect #43420
closedMarkdown alerts are missing styling in email notifications
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In email notifications, Markdown alerts (such as tip, important, caution, warning, and note) are not rendered properly because their styles are not defined in the mailer layout.
The attached patch fixes this issue by adding CSS styles for Markdown alerts to mailer.html.erb.
The following screenshots show the appearance before and after applying the patch. The mail client used is MailCatcher.
Before:
After:
Files
Related issues
Updated by Go MAEDA about 2 months ago
- Related to Feature #42603: Enable commonmark alert extension added
Updated by Go MAEDA about 2 months ago
- Blocked by Feature #43425: Update colors of Markdown "Warning" and "Caution" alerts to be consistent with standards added
Updated by Go MAEDA about 2 months ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24107.
Updated by Go MAEDA about 2 months ago
- Status changed from Resolved to Closed
Merged the fix into 6.1-stable branch in r24111.
Actions