Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code block language setting cannot correctly detected #77

Open
jackyko1991 opened this issue Nov 11, 2018 · 1 comment
Open

code block language setting cannot correctly detected #77

jackyko1991 opened this issue Nov 11, 2018 · 1 comment

Comments

@jackyko1991
Copy link

I am a frequent markdown user and currently start to use vim as my text editor.

I have try you plugin but find some code block highlighting cannot correctly detect the language name.

vim markdown

hope this bug can be fixed soon

@mathymess
Copy link

Red background in your screenshot is due to vim spellchecking, which this plugin turns on automatically.
To disable automatic spellchecking, add

let g:markdown_enable_spell_checking = 0

to your .vimrc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants