htmlarkdown icon indicating copy to clipboard operation
htmlarkdown copied to clipboard

Incorrect newlines for `<br>` that's outside of block-elements

Open EvitanRelta opened this issue 10 months ago • 0 comments

Input:

<br><br>
<p>TEXT</p>
<br><br>

Current output:

<br>
<br>TEXT


<br>
<br>

Expected output:

<br><br>

TEXT

<br><br>

EvitanRelta avatar Aug 11 '23 09:08 EvitanRelta