alanwalk / markdown-toc

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
MIT License
141 stars 111 forks source link

Feature request: Allow indentation #41

Open Kshitiz-Sharma opened 6 years ago

Kshitiz-Sharma commented 6 years ago

Currently the generated TOC looks like this:

  1. First level heading 1. Subheading1 2. Subheading2

It would be better if it looked like this:

  1. First level heading
    1. Subheading1
    2. Subheading2
alanwalk commented 6 years ago

Hi, Do you want to custom the section char?