Custom rendering: del

This commit is contained in:
M66B 2020-04-26 10:53:19 +02:00
parent 6c10c143b6
commit ec2fac42e3
1 changed files with 1 additions and 0 deletions

View File

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