Skip to content

MS Word only supports 9 levels of bullets #126

@nixsee

Description

@nixsee

Bug

Hi guys, I'm back after a long time away from markdown! I finally tried your improvements and it is fantastic!

I've noticed one bug that is inherent to Word and pandoc... Word only supports 9 levels of bullets. If you export a OneNote page that has more than that, the resulting word doc actually does show all levels. However, the final markdown file cuts it at 9 levels and moves the remaining levels to level 1, 2, 3, etc... In fact, it completely destroys the nesting that follows it.

Expectation

The final markdown nested levels match the levels in OneNote

Discussion

The markdown contains some sort of divider symbol where it cuts off the 9 levels.

This:

image

ends up like this:
image

Perhaps we could somehow look for any <!-- --> sections and remove them and indent what follows? I really don't know

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions