· 1 min read
VitePress fenced code block syntax highlighting quirks with .NET or other languages.
VitePress uses Shiki for syntax highlighting which is a fantastic library. Shiki automatically fetches language grammar from VSCode so the language names etc for the fenced code block comes from it. For .NET, the language names captured are csharp a...
dotnet vitepress