This pull request adds functionality so that syntax highlighting is rendered when composing markdown .md files in vscode by specifying the language after the ``` syntax.
Note this doesn't actually syntax highlight in the rendered markdown output as this would require some sort of javascript implementation of syntax highlighting for these languages.
Hi,
This pull request adds functionality so that syntax highlighting is rendered when composing markdown
.md
files in vscode by specifying the language after the```
syntax.Note this doesn't actually syntax highlight in the rendered markdown output as this would require some sort of javascript implementation of syntax highlighting for these languages.