Not indenting
swehba opened this issue · 1 comments
swehba commented
Let's say I have the following headings:
## level 1
### level 1.2
### level 1.3
## level 2
I would expect to see a table of contents that looks like this:
- level 1
- level 1.1
- level 1.2
- level 2
Instead, the plugin creates this:
- level 1
- level 1.1
- level 1.2
- level 2
In other words, the nested levels are not indented.
Am I doing something wrong, or could this be added as a feature?
Olgagr commented