Hello, and thanks for this great tool.
It appears that nested lists are not supported in md2docx conversion?
Sample markdown input:
1. First Level
1. First Sub-level
2. Second sub-level
2. Second Level
1. First Sub-level
2. Second sub-level
Expected result: DOCX file with nested lists.
Actual Output:
1. First Level
2. First Sub-level
3. Second sub-level
4. Second Level
5. First Sub-level
6. Second sub-level
Hello, and thanks for this great tool.
It appears that nested lists are not supported in md2docx conversion?
Sample markdown input:
Expected result: DOCX file with nested lists.
Actual Output: