tag when it has the class attribute and is in a 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
=== 4.1.1 / November 19, 2008
* Added 'lib/case_sensitive_require' back into gemspec. It got left out in the conversion to echoe, so "require 'RedCloth'" didn't work. #88
* Fixed