alanwalk / markdown-toc

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

[Bug] Auto pick bash comment # sign #64

Open viane opened 5 years ago

viane commented 5 years ago

The generator will pick the # in something if u have like:


'''bash

........
# I really meant just comment out the bash cli....
........

'''

To:


...
- [I really meant just comment out the bash cli....](#I really meant just comment out the bash cli....)
...

Which got me confused ...

mcornella commented 3 years ago

You should use ``` or ~~~ for the codeblocks. If so, this doesn't happen anymore.