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 | -> |
Installing RedCloth and reporting bugs
For the latest information on installing, bugs, and contributions, see the development site.