Posted By: Jason Garber
Date: 2009-02-26 20:16
Summary: RedCloth 4.1.9 - Ruby 1.9 support
Project: RedCloth

This release has lots of little bug fixes, but the big news is that it's now compatible with Ruby 1.9. I also dropped echoe as a development gem dependency, so if you're using an older RubyGems version, you don't have to install echoe just to use RedCloth.

As always, gem install RedCloth to install it and report bugs at http://jgarber.lighthouseapp.com

Latest News
Version 1.6.0 of Mxx_ru released
    Nicolay Shmakov - 2013-06-19 12:07
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28

 

Forums | Admin

Discussion Forums: redcloth-4.1.9---ruby-1.9-support

Start New Thread Start New Thread

 

By: emime
What about mathtextile? [ reply ]  
2009-02-27 14:07
Hello,
would be great support math formulas as follows:

Inside the plain textile, I can insert a <math> tag (or something like) where insert latex math formulas.

When the converter to_html finds <math>, it converts the latex into MATHML through MATHML library.
When the convert to_latex findes <math>, it just encloses math between a math environment.

What do you think about?

Thank you,
Emi