editor icon indicating copy to clipboard operation
editor copied to clipboard

Don't parse markdown in code blocks

Open seancdavis opened this issue 9 years ago • 1 comments

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.

seancdavis avatar Apr 10 '15 16:04 seancdavis

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.

lepture avatar Apr 13 '15 02:04 lepture