q2a-markdown-editor icon indicating copy to clipboard operation
q2a-markdown-editor copied to clipboard

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

Open rklec opened this issue 3 years ago • 0 comments

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();
```

rklec avatar Oct 06 '20 13:10 rklec