You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cml-html-converter/test/output/lists.html

38 lines
635 B

<ul>
<li>
lines that either directly preceed another line of text
<ul>
<li>
or directly succeed another line of text
</li>
<li>
are rendered as lists
<ul>
<li>
they can also contain links <a href="http://www.google.com">http://www.google.com</a>
<ul>
<li>
you can only forward indent
</li>
<li>
one tab
<ul>
<li>
at a
</li>
</ul>
</li>
<li>
time
</li>
</ul>
</li>
</ul>
</li>
<li>
but you can back indent as much as you'd like
</li>
</ul>
</li>
</ul>