You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may or may not be able to adjust this myself, we'll see, as my elisp isn't that good :) So I'm posting this issue to track the behavior. If someone else chimes in, great!.
The text was updated successfully, but these errors were encountered:
It looks markdown imenu function assumes there is at least one level1 header when there is a level2 header. I suppose the imenu function should be re-written.
Sample document
The imenu output of
counsel-imenu
and also the outline intreemacs
shows this hierarchy:I expected
Section b
andSection a
to be siblings, butSection b
is demoted to a child ofSection a
.The code that is responsible for this is likely this parser:
markdown-mode/markdown-mode.el
Lines 5532 to 5587 in 4d7f525
I may or may not be able to adjust this myself, we'll see, as my elisp isn't that good :) So I'm posting this issue to track the behavior. If someone else chimes in, great!.
The text was updated successfully, but these errors were encountered: