I have an MVC3 web app allowing team members to post and share code snippets. It currently uses PageDown (client-side) and MarkdownSharp (server-side) to handle the text in "markdown" text for persistence. So far so good.

I want to implement syntax highlighting for the C# code rendered from markdown. Anyone know how?

Just to be explicit, I want to do this client-side if at all possible.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I think you're looking for Google Prettify, which is what StackOverflow uses for their syntax highlighting

link|improve this answer
I'll check it out, thank you. Gonna leave the question open a little longer and see if other ideas show. – one.beat.consumer Jan 23 at 23:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.