Duplicate of What is best blogging host for programmers code formatting
This is wikied because its not really an important question :)
In any case, I'd like to create a programming blog, but I don't have a lot experience in this area. All I'm looking for is a blog host with the following characteristics:
Supports syntax highlighting. Should be able to support a variety of languages, including Python, OCaml, C#, VB.NET, Ruby, and whatever else I feel like posting.
Won't mangle source code. Examples of mangling:
- I've heard that Wordpress chokes on <'s and >'s, because it interprets it as HTML, resulting in incorrectly formatted output. Some other blogs actually remove unrecognized or malformatted "HTML" from the post, so they actually delete chunks of sourcecode as well, resulting in completely mangled output.
- Wordpress also convert's single quotes (') and double quotes (") to "pretty" quotes (‘’, “”), resulting in code with illegal characters.
- Some syntax highlighters prevent users from copy/pasting code verbatim. You've probably seen how you can copy code in Visual Studio or Netbeans, then something rips in the spacetime continuum which prevents you from pasting the code into Word or Gmail.
If a blog will give me that much, I'll be happy :)
Does anyone have any good suggestions for starting a programming blog?
