marked/test/tests/loose_lists.html
2012-01-28 18:44:52 -06:00

63 lines
586 B
HTML

<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>