I have the following Word document: list-2.docx:

When I convert it to HTML I obtain this structure:
<ol> <li>LI1</li> </ol> <p>Content</p> <ol> <li>Li2</li> </ol>
I expected to have only one list and the "Content" paragraph to be included in the first list item.
I have the same problem if I have an image between list items:
list-1.docx