HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

Additional spacing after elements inside paragraphs

Open nea opened this issue 7 years ago • 0 comments

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 image

you get image

Thanks, Best

nea avatar Mar 26 '18 11:03 nea