Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

can i autogen the list from ## begin? #85

Open
gordongxm opened this issue Jan 16, 2020 · 1 comment
Open

can i autogen the list from ## begin? #85

gordongxm opened this issue Jan 16, 2020 · 1 comment

Comments

@gordongxm
Copy link

can i autogen the list from ## begin?

follow is what i want:

title

- [1. aaa](#1-aaa)
- [2. bbb](#2-bbb)
- [3. ccc](#3-ccc)

aaa

bbb

ccc

but now i got:

1. title

1.1. aaa

1.2. bbb

1.3. ccc

follow is mine setting:
"markdown-toc.depthFrom": 2,

have someone can help me?

thanks.

@efie45
Copy link

efie45 commented Sep 17, 2020

I was just looking for this functionality as well and it looks like the "markdown-toc.depthFrom" VSCode parameter does not appear to actually do anything. Using latest version of VSCode on Mac. Would also love if this could be fixed - I've been using the extension quite a bit lately and it's great!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants