forked from SjoerdV/ConvertOneNote2MarkDown
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
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 workingSomething isn't working