You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an investigation, I would say that the problem is in the structure of the DOCX generated by this library. This library only overrides the first level of the concrete numbering when creating (here https://github.com/dolanmiu/docx/blob/master/src/file/numbering/numbering.ts#L222).
So we get this as a result even when the list level is greater than 0:
The list numbering is not reset if the numbering level is greater than 0 and a unique instance number is used.
This is only reproducible when there are no other lists with different levels between several lists of the same level.
Example of issue reproduction: https://codesandbox.io/p/sandbox/wr4k8c
After an investigation, I would say that the problem is in the structure of the DOCX generated by this library. This library only overrides the first level of the concrete numbering when creating (here https://github.com/dolanmiu/docx/blob/master/src/file/numbering/numbering.ts#L222).
So we get this as a result even when the list level is greater than 0:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: