Say you have the following document:
"""
* Level 1
Text here
** Level 1.1
Text here
* Level 2
Text here
"""
Then the structure of Imenu will be:
Level 1 /
Level 1.1
Level 2
Thus you will be unable to jump to Level 1, because Imenu require to
specify the sublevel. Moreover, this doesn't
Say you have the following document:
"""
* Level 1
Text here
** Level 1.1
Text here
* Level 2
Text here
"""
Then the structure of Imenu will be:
Level 1 /
Level 1.1
Level 2
Thus I'm unable to jump to Level 1, because Imenu will require to
specify the sublevel. Moreover, this doesn't pla