This is some text before the list.
<ol type="I" start="9">
<li>This is the first item in the list</li>
<li>This is the second item in the list</li>
<li>This is the third item in the list</li>
<li value="1">This is the fourth item in the list
(Numbered 1)</li>
<li>This is the fifth item in the list</li>
</ol>
This is some text after the list.
|
This is some text before the list.
- This is the first item in the list
- This is the second item in the list
- This is the third item in the list
- This is the fourth item in the list (Numbered 1)
- This is the fifth item in the list
This is some text after the list. |