vscode-markdown-extended icon indicating copy to clipboard operation
vscode-markdown-extended copied to clipboard

[Feature request] codehilite

Open jacquen opened this issue 6 years ago • 3 comments

Hi,

Is possible to let markdown to support following extend? Specific I want is highlight inside code block. Thanks

https://squidfunk.github.io/mkdocs-material/extensions/codehilite/

jacquen avatar Aug 13 '19 00:08 jacquen

Try the prism extension--- though it functions only in markdown preview

Markdown Preview Prism Highlighting bierner.markdown-prism Matt Bierner Uses Prism for VS Code's built-in markdown preview syntax highlighting

altimmons avatar Aug 23 '19 00:08 altimmons

Also, to the package author,

Theres this-

https://github.com/mjbvz/vscode-fenced-code-block-grammar-injection-example

I keep meaning to fork and tweak and pull this repo, but havent gotten around to it yet. Theres a lot of back end VS Code stuff that mystifies me.

altimmons avatar Aug 23 '19 00:08 altimmons

Is there a markdown-it plugin (npm package) already? I am not likely capable and don't have time to implement from scratch.

qjebbs avatar Aug 23 '19 01:08 qjebbs