hellux/jotdown

paragraph tags disappear after numbered list

hellux opened this issue · 0 comments

hellux commented
1. item

para

yields

<ol>
<li>
item
</li>
</ol>
para

instead of

<ol>
<li>
item
</li>
</ol>
<p>para</p>

The events are as expected, seems to be a bug with the HTML renderer.