Files | Admin

Notes:

Release Name: 2.0.3

Notes:
RedCloth is a module for using Textile in Ruby.  Textile is a text format.  A very simple text format.  Another stab at making readable text that can be converted to HTML.

At first, this release included only a few minor updates to quote handling and tables.  But then I found a huge problem with <pre> tags.  In addition, I realized that one of the method I'd written was complete monkey code.  So, it's better.

Upgrade cautiously.  If you're using RedCloth all over the place and it's working fine, you might wait until the next release to upgrade.  But, if you have a bold spirit, be my guest.  I don't think it's that dangerous.  The (Poignant) Guide is translating fine under 2.0.3.  And so's my weblahhg, so it's probly good for anything you're doing.  But, let me _know_ if it goes or blows.


Changes: --- %YAML:1.0 - version: 2.0.3 date: 2004-04-02 changes: - Handling of pre, code, notextile was all wrong. Also, got rid of the goofed up split then collect. Now using gsub! and recursion to handle inlines and glyphs. - Better acronym support. - Suppression of Regexp warnings. - Single- and double-quoted string wierdness. Thanks, Bret Pettichord.