bb-ruby, a small BBCode to HTML parser in Ruby
These days I have been working in a small parser to convert BBCode to HTML in Ruby.
The motivation was that I need it (of course), and there wasn't anything complete enough. So I found bb-ruby at GitHub and I decided to complete it with more tags, tests, and some stuff for doing it more flexible.
The result is a fork that you can find here:
http://github.com/ferblape/bb-ruby/tree/master
You can read the README file for getting more information.
