The new RTE field is producing inconsistent markup.
when bolding text, sometimes it will wrap the text in <b> tags, and sometimes it will add <p style=“font-weight:bold”>.
Sometimes it will wrap text in <p> tags and sometimes it won’t. I can’t figure out when it does which.
It also seems to strip out <br> tags on output(tags are saved, but removed in the template).
Is this a common problem or is it just me?