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

6 lines
105 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>
2015-01-19 19:37:21 +08:00
<li>Similar to this line</li>
2015-01-16 05:21:33 +08:00
</ul>