You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
can i autogen the list from ## begin?
follow is what i want:
title
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.