Skip to content
jgarber edited this page Sep 12, 2010 · 36 revisions

About RedCloth

RedCloth is a module for using Textile in Ruby. Textile is a simple text format that can be converted to HTML.

textile to html
_emphasized_ emphasized
*strong* strong
"Ruby on Rails":http://www.rubyonrails.org Ruby on Rails
* one
* another
  • one
  • another
# one
# two
  1. one
  2. two

Textile is used on wikis, blogging engines, bug trackers, this site—pretty much everywhere.

Bugs and contributions

Bug tracking is on Lighthouse

If you have a change you would like to make:

  1. fork on GitHub
  2. git clone your fork
  3. add tests to show how the expected behavior is not occurring
  4. write code until the tests pass
  5. send a pull request on GitHub
Clone this wiki locally