alanwalk / markdown-toc

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

Fix: code block using tildes is not in code #20

Closed turkeytalon closed 7 years ago

turkeytalon commented 7 years ago

Handle code block using tildes.

Simple case: \~~~ # Here is not in TOC. \~~~

Tildes in the code block: ``` \~~~ # Here is not in TOC. ```

Backticks in the code block: \~~~ ``` # Here is not in TOC. \~~~

alanwalk commented 7 years ago

Thank you for your PR~