Docsify: Code highlighting c#

Created on 16 Nov 2017  路  1Comment  路  Source: docsifyjs/docsify

Hi,

Is C# syntax highlighting supported? If not is there a easy way to add it?

Thanks

Most helpful comment

Docsify uses PrismJs.
So, just add

<script src="//unpkg.com/prismjs/components/prism-csharp.min.js"></script>

See in Docsify's Docs

>All comments

Docsify uses PrismJs.
So, just add

<script src="//unpkg.com/prismjs/components/prism-csharp.min.js"></script>

See in Docsify's Docs

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anikethsaha picture anikethsaha  路  3Comments

satu0king picture satu0king  路  3Comments

nothingrandom picture nothingrandom  路  5Comments

sy-records picture sy-records  路  4Comments

soulfly picture soulfly  路  4Comments