alanwalk / markdown-toc

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

markdown-toc.anchorMode enum values #25

Closed Rolias closed 7 years ago

Rolias commented 7 years ago

In section 4 Configuration the table entry for anchorMode has github.com/bitbucket.org/ghost.org/gitlab.com which I thought would lead me to docs on the enum but results in a page that displays "Not Found". I'm wondering what the options are here and if there is way to make the link for something like

4.3.2. Examples

become #4-3-2-examples instead of #432-examples The former is what Jingo expects. I realize I can turn on the feature to generate links but the raw markdown would look better without all the additional HTML anchor tags.

Rolias commented 7 years ago

Duh. Just slowed down long enough to realize that's a slash-separated list of enum values. I'll try em all and see if any do what I need. Sorry for the wasted bandwidth.