Release Name: 2.0.8
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.
Denis Mertz was responsible for many of the
improvements you see in this release. His speed
patch increased the overall speed of the
RedCloth parser by a factor of 8-10. His bug
reports, filed at instiki.org, helped uncover
a number of problems with pre tags and inline
markup. Thanks, Denis for your patches and
concise bug reports!
This release is a highly recommended upgrade,
considering the speed differences and the wealth
of broken Textile discovered on Instiki.org.
For documentation, see doc/REFERENCE or doc/README.
Changes:
--- %YAML:1.0
- version: 2.0.8
date: 2004-05-22
changes:
- First scan of the glyphs() method only scans for pre|notextile|code, the
deeper passes scan for all HTML. Now inlines work around HTML tags!
(What a pain!)
- Moved tables and blocks into glyphs to keep them shielded from the parser
if they are in <pre> tags.
- Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps
only once. Thanks, David!
|