Hi,
I would like to build a Telerik Editor which shows users the changes made in the editor. some of the HTML tag I think useful are:- "ins" and "del".
However, when pasted my HTML, the "ins" tag seems to be automatically removed. Could you advise why and how i could resolve this issue?
Code entered using "View HTML" button
<del class='diffmod'>ended</del>
<ins class='diffmod'>January</ins>
HTML showing as below (January should be highlighted but its not)
<p><del>ended</del>
January </p>
Many thanks!