-
Notifications
You must be signed in to change notification settings - Fork 66
wrong TOC level #323
Copy link
Copy link
Closed
Description
Minimal working example
# One
1
### Three
3Description
In the minimal working example, pressing \wf should produce the following TOC
*Contents*
* [One](#One)
* [Three](#One##Three)but instead it produces:
*Contents*
* [Three](#One##Three)
with the level-3 heading promoted to level 2. Consequently, following the link always jumps to the level 1 heading.
The point is that I would like to be able to jump to the level 3 heading from the generated TOC even if there is no intermediate level 2 heading in the markdown file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels