You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed adding/removing tags like <b> also don't add <del> to the diff result. But it adds <ins> tag.
So, the same thing can happen for <span> tag I suppose.
Taking
<span style="text-decoration: line-through;">text</span>
as the old string andtext
as the new, I get the following as the result:Which is the same as the old text and doesn't show the difference.
So, I think it should actually be like the following:
The text was updated successfully, but these errors were encountered: