mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-04 22:56:52 +02:00
Outlook 'compatible' highlight
Rhetorical question: why does Microsoft not follow common standards?
This commit is contained in:
@@ -410,7 +410,7 @@ public class HtmlEx {
|
||||
out.append("<u>");
|
||||
}
|
||||
if (style[j] instanceof StyleHelper.MarkSpan) {
|
||||
out.append("<mark>");
|
||||
out.append("<mark style=\"mso-highlight: yellow;\">");
|
||||
}
|
||||
if (style[j] instanceof StrikethroughSpan) {
|
||||
out.append("<span style=\"text-decoration:line-through;\">");
|
||||
|
||||
Reference in New Issue
Block a user