Files | Admin

Notes:

Release Name: 2.0.9

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.

Again, many thanks to Denis Mertz for his continued
testing and patches.  Thanks to Denis we have a
speed improvement by a factor of 4 and a fixed bug
in lists.

F. Ros also contributed a patch to take care of
problems with pre tags with attributes.  His
ongoing testing of RedCloth and Hobix has been
tremendous!

See doc/README and doc/CHANGELOG for the full
scoop.


Changes: --- %YAML:1.0 - version: 2.0.9 date: 2004-05-26 changes: - Improved RDoc. Ri documentation is auto-installed now! - Links were consuming closing HTML tags. (See latest test in tests/links.yml.) - Further speed patch from Denis. Good good. - Patch by F. Ros to fix <pre> tags with class settings.