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.

11 lines
274 B

<ol>
<li>this starts a list <em>with</em> numbers</li>
<li>this will show as number "2"</li>
<li>this will show as number "3."</li>
<li>any number, +, -, or * will keep the list going.</li>
</ol>
<p>aaaaaaaaaaaaaaa</p>
<ul>
<li>now a normal list</li>
<li>and more</li>
</ul>