markdown-toc
markdown-toc copied to clipboard
[Bug] Auto pick bash comment # sign
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 ...
You should use ``` or ~~~ for the codeblocks. If so, this doesn't happen anymore.