alanwalk / markdown-toc

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

Fixed issue #20 where the headers were being updated with numbers when orderlist=false #86

Closed mwhebert closed 4 years ago

mwhebert commented 4 years ago

When the headers were updated but the TOC entries were not this caused issues with the links. The PR makes sure the headers match the TOC so:

When orderlist=true then used the numbered When orderelist=false then use the no number headers