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

Don't parse markdown in code blocks #82

Open
seancdavis opened this issue Apr 10, 2015 · 1 comment
Open

Don't parse markdown in code blocks #82

seancdavis opened this issue Apr 10, 2015 · 1 comment

Comments

@seancdavis
Copy link

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.

@lepture
Copy link
Owner

lepture commented Apr 13, 2015

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.

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