Outlook 'compatible' highlight

Rhetorical question: why does Microsoft not follow common standards?
master
M66B 6 days ago
parent 094c2c34ee
commit aff4347a8b

@ -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;\">");

Loading…
Cancel
Save