Ordered List
In order to have a list start at a number above 1 the HTML code can be embedded using the code section of the embed function.
In order to have a list start at a number above 1 the HTML code can be embedded using the code section of the embed function.
CSS added:
<ol start="5" STYLE="font-family: Arial, Helvetica, Sans-Serif;font-weight: bold;">
<li>Line</li>
<li>Line</li>
<li>Line</li>
</ol>