Skip to content

Nested lists unsuppported? #34

@Paradoxdruid

Description

@Paradoxdruid

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions