Skip to content

Fix issues with numering in ordered list#448

Open
lefevau wants to merge 1 commit into
mwilliamson:masterfrom
ionata:fix/list-ordering
Open

Fix issues with numering in ordered list#448
lefevau wants to merge 1 commit into
mwilliamson:masterfrom
ionata:fix/list-ordering

Conversation

@lefevau

@lefevau lefevau commented Jun 4, 2025

Copy link
Copy Markdown

This PR adjusts the ordered list parsing to correctly allow for interruptions in the list.
E.g:

1. Lorum
2. Ipsum
* Dolor
3. Sit Amet

Will now convert as expected instead of the numbering restarting at 1 after the unordered list.

This also adds the ability to use w:startOverride if present, so Documents can correctly alter the starting index of a list.

Closes #413

…in the list, and to use w:startOverride if present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong Numbering for Resuming Lists

1 participant