zot5 bug: when pasting html (most) tags are stripped if code source contains some tags

edited February 9, 2017
you can copy past this on a note it will work:

<p> test</p>
<p style="background-color: #ffcc00; text-align: center;"><strong> Title</strong></p>
<p> test</p>


But then insert such tags on it:
<p class="MsoNormal"> </p>

and you will lose most of the html tags.

I don't mind getting rid of <p class="MsoNormal"> </p>, but it's a problem to lose all the rest.

thanks!
Sign In or Register to comment.