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
It would be awesome if code blocks would syntax highlight based on the language, but they should at least ignore markdown rules.
For example, if I have something like this:
[```] my_var = another_var [```]
then var = another would be italicized, which is undesirable.
var = another
The text was updated successfully, but these errors were encountered:
GFM is not enabled by default. Working with the new codemirror at https://github.com/lepture/editor/tree/bower But I don't have much time on this project right now.
Sorry, something went wrong.
No branches or pull requests
It would be awesome if code blocks would syntax highlight based on the language, but they should at least ignore markdown rules.
For example, if I have something like this:
then
var = another
would be italicized, which is undesirable.The text was updated successfully, but these errors were encountered: