Closed KabbAmine closed 8 years ago
In code blocks in markdown files, if an instruction starts with # it will be considered being a heading.
#
A workaround to prevent that is to add a space before the comment:
```sh # A comment echo $foo
https://github.com/Shougo/unite-outline/blob/master/autoload/unite/sources/outline/defaults/markdown.vim
Pull request is wellcome.
In code blocks in markdown files, if an instruction starts with
#
it will be considered being a heading.A workaround to prevent that is to add a space before the comment: