Is there a blog engine that handles computer code highlighting well?

Posted by Matt on Super User See other posts from Super User or by Matt
Published on 2009-07-28T21:21:48Z Indexed on 2010/03/12 10:47 UTC
Read the original article Hit count: 374

Filed under:
|

I am looking for a (free) blog engine (WordPress...) that handles sections of code well. That is, I could just markup a portion of my entry as code and it would indent/format appropriately, much like Server Fault does right below:

  static void Build()
  {
      Indexer.BuildIndex();
  }

© Super User or respective owner

Related posts about blogs

Related posts about markup