I’m trying out a new blog engine called Octopress. My previous blog always had difficulty displaying code so I wanted one that was designed for techies (or geek if you listen to my wife).
Lets try a simple piece of code using markdown and backticks:
1 2 3 4 5 | |
And now with codeblock plugin
1 2 3 4 5 | |
Lets try a different language objective c
1
| |