alanwalk / markdown-toc

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

Fix title parsing #44

Closed kondratyev-nv closed 6 years ago

kondratyev-nv commented 6 years ago

Fixing Issue #43. Replace single RegExp for matching title, section number and title text with one that matches header and another that matches section number.

kondratyev-nv commented 6 years ago

I have created branch from the commit fe9b778c8a759b0d99e149dc6635fb2571cffcd1, because it seems that latest commits in master do not compile. I can resolve conflicts since the code simply moved to markdownTocTools.ts, but I can not test it this way.

akshaybabloo commented 6 years ago

Any update on this?