Skip to content

Instantly share code, notes, and snippets.

@Scuilion
Last active May 29, 2020 16:20
Show Gist options
  • Save Scuilion/41b1386e1af67c454dbcecf9ca18f25b to your computer and use it in GitHub Desktop.
Save Scuilion/41b1386e1af67c454dbcecf9ca18f25b to your computer and use it in GitHub Desktop.
does not work with code blocks #6
## This is a test
first issue, quote does not escape so `#` will be treated as header.
second issue, the end of this line is again treated as header # as comments
```bash
# this should not be a header but it is by markdowndrawer - third issue
echo "testing"
## again this should not a header either - fourth issue
echo "testing"
```
### more headers
In short, everything has the pound sign will be treated as headers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment