Process strike element

pull/178/head
M66B 5 years ago
parent e5accf5d93
commit 12b518509e

@ -2026,6 +2026,7 @@ public class HtmlHelper {
break;
case "s":
case "del":
case "strike":
ssb.setSpan(new StrikethroughSpan(), start, ssb.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
break;
case "tt":

Loading…
Cancel
Save