Adding lists
Create a bulleted list (unordered list):
Create a numbered list (ordered list):
If you want roman numerals:
<ol type="i">
Can also start at a particular number:
<ol start="7">