showdown/test/karlcow/unordered-list-with-indented-content.html

8 lines
145 B
HTML
Raw Normal View History

<ul>
<li>This is a list item
with the content on
multiline and indented.</li>
2016-02-02 08:29:06 +08:00
<li>And this another list item
with the same principle.</li>
</ul>