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();
}

