Can someone explain why the default Content Editor in SP Page Builder keeps on erasing class and id of an element that's added via source code?
For example, when I want to modify an individual element within the text using <span id="abc">Test</span>, it would work fine, but as soon as I edit the text, the system would automatically erase the <span> tag.
And if I add a class or id into <p> tag such as <p id="abc">, it would just reset to <p>.
Why is that? This doesn't seem to make whole lot of sense when we want to just modify few lines here and there?