tpope / vim-markdown

Vim Markdown runtime files
1.23k stars 191 forks source link

Hightling goes away when I indent text #130

Closed ghost closed 6 years ago

ghost commented 6 years ago

Title. I installed vim-markdown with vim-plug and I'm using the recommended settings on my .vimrc:

autocmd BufNewFile,BufReadPost *.md set filetype=markdown let g:markdown_fenced_languages = ['html', 'python', 'bash=sh'] let g:markdown_syntax_conceal = 0 let g:markdown_minlines = 100

The file has the .md extension.

Otherwise (without intending) it works very well.

I'm using Vim 8 on updated MX Linux 17.

tpope commented 6 years ago

Indenting text makes it a code block.

ghost commented 6 years ago

Yeah, sorry about that. I didn't know that about markdown.