svivian / q2a-markdown-editor

Markdown editor plugin for Question2Answer
55 stars 24 forks source link

No syntax highlighting when using triple-tick's code highlighting #30

Open rklec opened 3 years ago

rklec commented 3 years ago

This plugin only highlights intended code blocks. See also https://github.com/svivian/q2a-markdown-editor/issues/19

grafik

Code:

Example code:

    var test = "string";
    var test = "string" + 1 + obj.goReady();

Other:

var test = "string"; var test = "string" + 1 + obj.goReady();