We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
hope this bug can be fixed soon
The text was updated successfully, but these errors were encountered:
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.
.vimrc
Sorry, something went wrong.
No branches or pull requests
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.
hope this bug can be fixed soon
The text was updated successfully, but these errors were encountered: