Wolfmans Howlings

A programmers Blog about Programming solutions and a few other issues

Howto format ruby code for blogs

Posted by Jim Morris on Fri May 26 00:14:00 -0700 2006

How do I get that nice formatted ruby code inline?

Well if you are on typo trunk use this...

<typo:code lang="ruby">
   ...ruby code...
</typo:code>
... Show more ...

Posted in Ruby  |  Tags ruby,syntax,highlighting  |  10 comments