I have a website that is using Octopress (Which uses Jekyl). Here is my codeblock that I want to display the color highlighting syntax for:
~~~
def what?
42
end
~~~
{:lang='ruby}
If this is in a file.markdown file it is parsed correctly and I see the proper code syntax. If it is in file.html it is not parsed into a code syntax. What can I do to parse this correctly in an html file?