RedCloth, Humane Text for Ruby
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.
| textile | to | html |
| _a phrase_ | -> | a phrase |
| *a phrase* | -> | a phrase |
| _*a phrase*_ | -> | a phrase |
| "Google":http://google.com | -> |
RedCloth 4 is under very active development as of April 2008. In the form of SuperRedCloth.