showdown/test/cases/multiline-unordered-list.html

7 lines
106 B
HTML
Raw Normal View History

2012-06-14 13:05:31 +08:00
<ul>
2015-01-19 19:37:21 +08:00
<li>This line spans
more than one line and is lazy</li>
2016-02-02 08:29:06 +08:00
2015-01-19 19:37:21 +08:00
<li>Similar to this line</li>
2015-01-16 05:21:33 +08:00
</ul>