Process strike element

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

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

Loading…
Cancel
Save