marktex
Version:
A full GFM implementation in javascript. Additional smart features supported and enabled by default.
23 lines (22 loc) • 302 B
HTML
<ol>
<li>ordered list</li>
<li>second<ol>
<li>sub list</li>
</ol>
</li>
<li>third</li>
</ol>
<p>normal text</p>
<ul>
<li>unordered list</li>
<li><p>second</p>
</li>
<li><p>new list in smartlist</p>
</li>
</ul>
<p>normal text</p>
<ul>
<li>first</li>
<li>second</li>
<li>new list in smartlist</li>
</ul>