Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code syntax formatter for posting code on webpages

Is there a utility that will generate html or css for blocks of code (.net c#) when you post it on a website?

I have seen several websites with very nicely formatted code and I dont believe they do this manually.

like image 239
alexmac Avatar asked Jun 24 '26 22:06

alexmac


1 Answers

Google prettify -

http://code.google.com/p/google-code-prettify/

like image 147
Kev Avatar answered Jun 30 '26 14:06

Kev