views:

35

answers:

1

I want to create some code blocks on my blog for coding snippets in various languages. What are some popular ways of doing this?

A: 

Use GeSHi. It's a nice syntax highlighter that works on the client side with CSS.

Wikipedia uses it, too.

polemon