Closed Serhioromano closed 4 years ago
See https://github.com/mjbvz/vscode-fenced-code-block-grammar-injection-example for how your extension can contribute this
Thanks @mjbvz that works fine. It does highlight code in markdown source.
How I can make it to be highlighted in Markdown preview? Second rectangle.
This is not currently supported since the preview uses highlight.js
I have created extension for Structured Text language support language ID
st
. I also added prismjs language highlights language IDiecst
.How to mak eit so that in markdown preview in a code block, syntax was highlighted?