I am deploying my new blog. This time I chose another blog engline - typo-4.1
What are the ways to add syntax highlight to typo for my code snippets I am going to post in my blog?
I tried this for markdown:
<typo:code lang="ruby">
class Foo
def bar
"abcde"
end
end
</ typo:code>
Didn't work.