I want to continue numbered lines, not re-start the numbering after a break.

<ol><li>The first line in a list
</li><li>The second line in the list
</li></ol><p>This line is un-numbered, but
</p><ol><li>this should be the third item (3., not 1.)<br>
</li><li>and this should be the fourth (4., not 2.)<br>
</li></ol><p>Is there a way to do that?
</p>-- <br>- Jeff