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.
39 lines
404 B
39 lines
404 B
<h3><a name="toc-1"></a>Lists</h3>
|
|
<h4><a name="toc-2"></a>Unordered lists</h4>
|
|
<ul>
|
|
<li>1
|
|
<ul>
|
|
<li>2</li>
|
|
</ul>
|
|
</li>
|
|
<li>1</li>
|
|
</ul>
|
|
<ul>
|
|
<li>1
|
|
<ul>
|
|
<li>3
|
|
<ul>
|
|
<li><strong>bold</strong></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><em>italic</em></li>
|
|
</ul>
|
|
<h4><a name="toc-3"></a>Ordered lists</h4>
|
|
<ol>
|
|
<li>1
|
|
<ol>
|
|
<li>2</li>
|
|
</ol>
|
|
</li>
|
|
<li>3</li>
|
|
</ol>
|
|
<ol>
|
|
<li>4</li>
|
|
<li>5
|
|
<ol>
|
|
<li>6</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
|