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 st...