markdown_supported_languages icon indicating copy to clipboard operation
markdown_supported_languages copied to clipboard

Where did you obtain this list from?

Open samoclay opened this issue 5 years ago • 3 comments

Hi, I was wondering where you obtained the list of supported markdown languages from

I noticed that when trying to highlight using say powershell

Get-AzResourceGroup -Name "test”

But putting something like azure-cli or az-cli after your three back ticks doesn't show any code highlighting

no syntax highlighting

so i wondered where the definitive list of supported markdown code highlighting languages is? so that i can have things like aws-cli, az-cli code snippets in my markdown notes highlighted as they would be in azure cloudshell

samoclay avatar Oct 02 '20 14:10 samoclay

Maybe from the source code

ghost avatar Jul 09 '21 15:07 ghost

The programming languages supported by the markdown depends on the markdown editor you use. The editor need to detect the language and do the syntax highlight.

jincheng9 avatar Oct 30 '21 06:10 jincheng9

https://github.com/github/linguist/blob/master/lib/linguist/languages.yml

wparad avatar Feb 26 '23 20:02 wparad