[Feature request] codehilite
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/
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
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.
Is there a markdown-it plugin (npm package) already? I am not likely capable and don't have time to implement from scratch.