markdown-toc
markdown-toc copied to clipboard
Ignore shebang for bash scripts.
```bash
#!/usr/bin/env bash
echo hello;
```
The #!/usr/bin/env bash line is interpreted as a heading and added to the TOC.