I cannot get syntax highlighting to work on my Jekyll-powered blog.
The development files can be found here: https://github.com/StevenXL/stevenxl.github.io.
You must use the Jekyll highlight tag
{% highlight ruby %} def foo puts 'foo' end {% endhighlight %}