If I am not mistaken, highlight.js that is in use by the project for code highlighting, provides automatic code highlighting (no need to specify language initials after ```).
I think it would be nice to enable this in simple markdown editor (and for the rest of markdown editors too)
Good point. Although, we're using markdown-it-highlight, which is a wrapper on top of highlight.js. Will likely have to fork it to get this functionality.
If I am not mistaken, highlight.js that is in use by the project for code highlighting, provides automatic code highlighting (no need to specify language initials after ```).
I think it would be nice to enable this in simple markdown editor (and for the rest of markdown editors too)