Hi,
Is C# syntax highlighting supported? If not is there a easy way to add it?
Thanks
Docsify uses PrismJs. So, just add
<script src="//unpkg.com/prismjs/components/prism-csharp.min.js"></script>
See in Docsify's Docs
Most helpful comment
Docsify uses PrismJs.
So, just add
See in Docsify's Docs