-
Notifications
You must be signed in to change notification settings - Fork 101
Home
jgarber edited this page Sep 12, 2010
·
36 revisions
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 # two |
→ |
|
Textile is used on wikis, blogging engines, bug trackers, this site—pretty much everywhere.
RedCloth 4.0 has not yet been released. It is in the pre-release testing stages. Try it out with:
$ gem install RedCloth --source http://code.whytheluckystiff.net
Bug tracking is on Lighthouse Please only report bugs about RedCloth 4.0. The 3.0.4 version’s bugs are many and well-known
If you have a change you would like to contribute:
- fork on GitHub
-
git clone
your fork - add tests to show how the expected behavior is not occurring
- write code until the tests pass
- send a pull request on GitHub