<p>
Normal text.
</p>
<ul>
<li>
<p>
Level 1, bullet item one, this is the first paragraph. I can break
the line, keeping the same amount of indentation
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
<ol>
<li>
<p>
Level 2, enum item one. i can break the line, keeping the same
amount of indentation
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
</li>
<li>
<p>
Level 2, enum item two
which continues
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
</li>
</ol>
</li>
<li>
<p>
Level 1, bullet item two
which continues
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
<ol>
<li>
<p>
Level 2, enum item one
which continues
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
</li>
<li>
<p>
Level 2, enum item two
which continues
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
<ol style="list-style-type:lower-roman">
<li>
<p>
Level 3, enum item i
</p>
<p>
Here I have the same amount of indentation, and it continues
the item above.
</p>
</li>
<li>
<p>
Level 3, enum item ii
</p>
<p>
Here I have the same amount of indentation, and it continues
the item above.
</p>
</li>
</ol>
</li>
<li>
<p>
Level 2, enum item three
which continues
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
</li>
</ol>
</li>
<li>
<p>
Back to Level 1, third bullet
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
<ol style="list-style-type:lower-alpha">
<li>
<p>
Level 2, enum item “a”
which continues
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
</li>
<li>
<p>
Level 2, enum item “b”
which continues
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
<ol style="list-style-type:upper-roman">
<li>
<p>
Level 3, enum item “I”
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
</li>
</ol>
</li>
</ol>
</li>
<li>
<p>
Back to the bullets
</p>
<p>
Here I have the same amount of indentation, and it continues the
item above.
</p>
</li>
</ul>