Rte Tags Chopping off
In WhitespaceProcessor in tagname look at DEFAULT_REMOVAL_RULES and remove the ones that shouldn’t be removed, also change keepChildren to “true” (this should keep it from removing the other nodes)
In HTMLSerializer change the serializeTextNode method to return the value without the replace.
I am trying follow above things so that my My source edtor will not chop off the tags. Even after the above changes made. Issue still persists.
Any suggestions ???