HTML-Renderer
HTML-Renderer copied to clipboard
Additional spacing after elements inside paragraphs
Hi
The following testcase:
<p>Test1<br />
<del>Test2</del><br />
Test3</p>
leads to an additional line-break between Test2 and Test3, not just one line-break. Remove the <del></del> and it works fine.
So, instead of

you get

Thanks, Best