[ANN] bluecloth 2.0.4

Version 2.0.4 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

  http://deveiate.org/projects/BlueCloth/

== Installation

Via gems:

  $ sudo gem install bluecloth

or from source:

  $ wget http://deveiate.org/code/bluecloth-2.0.4.tar.gz
  $ tar -xzvf bluecloth-2.0.4.tar.gz
  $ cd bluecloth-2.0.4
  $ sudo rake install

== Changes
* Added some more tests for various Discount extensions.
* Added support for the MKD_AUTOLINK (:auto_links => true) and MKD_SAFELINK
   (:safe_links => true) Discount settings.
* Updated to Discount 1.4.4.

ged@FaerieMUD.org wrote:

Version 2.0.4 of bluecloth has been released.

Any plans to support some of the extensions that maruku supports, like tables and footnotes? Or does it already?

http://maruku.rubyforge.org/maruku.html#extra

···

--
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407