Closed leolapluan closed 2 years ago
Please, provide at least the HTML code you're using, and make some effort to write the issue's description…
I've just published v2.4.5 that resolves this issue, but you need to apply the option removeExtraBlanks:true
when you call the function:
The other solution (without using removeExtraBlanks:true
) is to remove the line breaks in your HTML code.
The code will then look like the below:
<ol>
<li><span>Line 1</span></li>
<li><p>Line 2</p></li>
<li><p><span>Line 3</span></p></li>
</ol>
What I expect:
What I got:
Is there anyway to solve my problem?