Skip to content

The numbering of the ordered list is reset when some text is found between list items. #31

Description

@DunaMariusCosmin

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions