Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 lines
563 B

<ul>
<li><p>hello
world </p>
<p>how
are</p></li>
<li>you </li>
</ul>
<p>better behavior:</p>
<ul><li><p>hello</p> <ul><li><p>world
how</p> <p>are
you</p></li><li><p>today</p></li></ul></li><li>hi</li></ul>
<ul>
<li><p>hello</p></li>
<li><p>world</p></li>
<li>hi</li>
</ul>
<ul>
<li>hello</li>
<li><p>world</p></li>
<li><p>hi</p></li>
</ul>
<ul>
<li>hello</li>
<li><p>world</p>
<p>how</p></li>
<li>hi</li>
</ul>
<ul>
<li>hello</li>
<li>world</li>
<li><p>how</p>
<p>are</p></li>
</ul>
<ul>
<li>hello</li>
<li><p>world</p></li>
<li><p>how</p>
<p>are</p></li>
</ul>