Issue 1/1: "List should be formatted as lists."
clicks "fix"
this repeats 5 times and produces the following HTML code:
<ol start="1" type="1">
<li>Item 1</li>
</ol>
<p> </p>
<ol start="2" type="2">
<li>Item 2</li>
</ol>
<p> </p>
<ol start="3" type="3">
<li>Item 3</li>
</ol>
<p> </p>
<ol start="4" type="4">
<li>Item 4</li>
</ol>
<p> </p>
<ol start="5" type="5">
<li>Item 5</li>
</ol>
<p> </p>