-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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-levelExpected 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
shloktech
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request