I've just imported all my post and comments from blogger.com to my wordpress.com account. So far so good! I've also cleaned up all of my posts on wordpress.com to make it *cleaner*. Wordpress.com does come with a cool code syntax highlighter as described here http://support.wordpress.com/code/ , the number of programming language it supports is quite impressive.
By the way, I've just found out some cool tricks to use the built-in code highlighter of wordpress. Instead of typing [sourcecode language='css'] code here [/sourcecode], you can use one of the following:
By the way, I've just found out some cool tricks to use the built-in code highlighter of wordpress. Instead of typing [sourcecode language='css'] code here [/sourcecode], you can use one of the following:
- [source language='css']code here[/source]
- [code language='css']code here[/code]
- [sourcecode lang='css']code here[/sourcecode]
- [source lang='css']code here[/source]
- [code lang='css']code here[/code]
- [sourcecode='css']code here[/sourcecode]
- [source='css']code here[/source]
- [code='css']code here[/code]