Files | Admin

Notes:

Release Name: RedCloth-4.1.9

Notes:
This release is compatible with Ruby 1.9.  

* Note that RedCloth block extensions are broken in the Java environment because of JRuby bug JRUBY-3425.
* Output strings are always encoded UTF-8.
* Echoe is no longer a gem dependency at all.  A bug in RubyGems 1.2 was causing the echoe development dependency to be enforced even when you weren't installing with the --development option.
* The JRuby and Windows binary gems haven't been tested against Ruby 1.9.


Changes: * Make compatible with Ruby 1.9. * Image URLs and image titles can now contain parentheses. #71 * Handle caps properly in link titles. #77 * Remove extra preformatted line breaks after extended block code. #79 * Fix inline <notextile> being recognized as block <notextile>. #81 * Allow leading spaces on lists for backward compatibility with RedCloth 3.x. #89 * Recognize deleted phrases when they start at the beginning of a line. #83 * Fix escaped <code> tag when it has the class attribute and is in a <pre> tag. #95 * Fix dimensions and primes for LaTeX. #103 * Don't allow square brackets inside lang attribute so double square brackets are interpreted like Textile 2 and RedCloth 3. #101 * Improve LaTeX output for tables. #96 * Fix bad parsing of bracketed image links (which would hang the interpreter in some cases). #97 * Handle links containing parentheses. Brackets are no longer required. #82 [Ryan Alyea] * Made italics use the correct LaTeX tag: textit rather than emph. #98 * Fixed custom block signatures calling built-in Ruby String methods. #92 * Mentioned the three supported platforms and what's necessary to build RedCloth in the README file. * Fixed a require problem that caused an error when you would gem check --test RedCloth. #91