To the best of my knowledge, none of the mainstream blogging services have this built in. It is a function of design and template. I would go with [Wordpress][1] because it is the best. For code formatting:

  1. Design your own styles and functionality if you are up to the challenge
  2. Check out the [SyntaxHighlighter][2] JavaScript project (used by [Hanselman][3]). You should be able to integrate this pretty easily into any blogging system.
  3. Use [Windows Live Writer][4] with the [Insert Code][5] plugin (this will automatically format the code that you paste in properly and post it right to your blog. See here for an example).

(Edit) Note: If you want to have the most flexibility for constructing your blog template and functionality as you want it to be, you would need to use Self-hosted [WordPress.org][6], not the hosted [WordPress.com][7].


  [1]: http://Wordpress.org
  [2]: http://code.google.com/p/syntaxhighlighter/
  [3]: http://www.hanselman.com/blog/TheWeeklySourceCode24ExtensibilityEditionPlugInsProvidersAttributesAddInsAndModulesInNET.aspx
  [4]: http://windowslivewriter.spaces.live.com/
  [5]: http://gallery.live.com/liveItemDetail.aspx?li=1f57bd9b-a692-4593-9e9e-e2962d9c0eee&bt=9&pl=8
  [6]: http://WordPress.org
  [7]: http://WordPress.com