Description
When a word document contains nested lists like
1. Item 1
2. Item 2
• Item 2.1
• Item 2.2
3. Item 3
a) Item 3.1
b) Item 3.2
The output markdown will be wrongly rendered without the nested numbered list as:
1. Item 1
2. Item 2
* Item 2.1
* Item 2.2
3. Item 3
4. Item 3.1
5. Item 3.2
Reproduce
Original docx file to reproduce the bug: MarkItDown_MultiListBug_test.docx
Markdown output: output.md

Description
When a word document contains nested lists like
The output markdown will be wrongly rendered without the nested numbered list as:
Reproduce
Original docx file to reproduce the bug: MarkItDown_MultiListBug_test.docx
Markdown output: output.md