Version 2.0.3 of bluecloth has been released.
BlueCloth is a Ruby implementation of [Markdown][1], a text-to-HTML
conversion tool for web writers. To quote from the project page:
Markdown allows you to write using an easy-to-read, easy-to-write plain
text format, then convert it to structurally valid XHTML (or HTML).
== Project Page
== Installation
Via gems:
$ sudo gem install bluecloth
or from source:
$ wget http://deveiate.org/code/bluecloth-2.0.3.tar.gz
$ tar -xzvf bluecloth-2.0.3.tar.gz
$ cd bluecloth-2.0.3
$ sudo rake install
== Changes
- Fixing tests under Ruby 1.9.1. Thanks to Diego Elio Pettenò for the
fix. - Adding Discount files for missing symbols on some platforms.