Before going onto bigger and better things, let’s start with something I thought will be trivial: displaying nicely formatted source code in WordPress blogs.
Obviously, I read and followed the instructions on the support page, where it says
Wrap your code in these tags:
[sourcecode language='css']
your code here
[/sourcecode]
Well, I did that, and the result did not look [...]
Displaying formatted source code