markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

Ignore shebang for bash scripts.

Open KyleBehiels opened this issue 7 years ago • 0 comments

```bash
#!/usr/bin/env bash

echo hello;
```

The #!/usr/bin/env bash line is interpreted as a heading and added to the TOC.

KyleBehiels avatar May 22 '18 18:05 KyleBehiels