hipstersmoothie/obsidian-plugin-toc

Not indenting

swehba opened this issue · 1 comments

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?

I know this is an old issue, but for me it works perfectly fine now.
obsidian_vault_-_Obsidian_v0_14_6