What is the best C # code highlighting a plugin for Wordpress?

It would be best if it performed the highlighting exactly the same as in Visual Studio.

+3
source share
2 answers

If you are using Visual Studio, you can try Copy Source as an HTML Plugin .

An alternative without Visual Studio would be SyntaxHighlighter (more info here )

+6
source

Maybe SyntaxHighlighter Evolved , which uses beautiful JavaScript ( SyntaxHighlighter 2.0 ) for highlighting, and you can easily add custom styles.

+1
source

Source: https://habr.com/ru/post/1711236/


All Articles