How do i remove space getting added when using sourceedit in text component
In Text component I have added sourceedit plugin using the below structure
/apps/foundation/components/text/dialog/items/tab1/items/text/rtePlugins/misctools
Now every time i had a tag say
<footer class="row" > <img src="images/svg/logo-colour.svg" class="logo"><ul class="links"></footer>
It introduces the below spaces
<p> </p>
<p> </p>
<p> </p>
<p> </p>
My question:-
How can this avoided that is adding the below spaces on every time source edit is opened and saved
<p> </p>
<p> </p>
<p> </p>
<p> </p>