There is a new Version of TrainBBCode! Version 0.2.2 provides a few new features aswell as some extra tags.
There is now a color tag that works like this:
[color=red]Red Text[/color]
that would output:
Red Text
the attribute for color can be either the hex value you want or and color listed on this page.
This version also has the beginnings of syntax highlighting for code. It has the optional dependacy of the Ultraviolet gem. This provides syntax highlighting using the text mate bundles. I am having issues installing one of its dependencies here on whitefall but on my ubuntu machine its installed fine, and appears to work but without a rails app to view the rendered html its rather hard to test.
My Blog