UNPKG

remarked

Version:

Markdown parser and lexer. A fork of marked.js maintained for Assemble.

40 lines (39 loc) 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>