jarrett / rbbcode

Converts BBCode to HTML. Gracefully handles invalid input. Built on Treetop.
41 stars 9 forks source link

Added support for [color] tag #14

Closed femaref closed 11 years ago

femaref commented 11 years ago

I've added support for the color tag, it also parses any inner bbcode successfully. Extra precaution has been taken with sanitizing the resulting tag, as it involves inline css.

femaref commented 11 years ago

Creating a new pull request from a branch.