Last active
May 29, 2020 16:20
-
-
Save Scuilion/41b1386e1af67c454dbcecf9ca18f25b to your computer and use it in GitHub Desktop.
does not work with code blocks #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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