all repos — markup @ 513bb740422e2bb6791cceec7cec65f1002f5be3

The code we use to render README.your_favorite_markup

use redcarpet for markdown instead of rdiscount
Ryan Tomayko rtomayko@gmail.com
Sun, 03 Apr 2011 11:20:04 -0700
commit

513bb740422e2bb6791cceec7cec65f1002f5be3

parent

e6f5f32cfb13f3026967444a3e7de82b6617d844

2 files changed, 1 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -10,7 +10,7 @@

The following markups are supported. The dependencies listed are required if you wish to run the library. -* [.markdown](http://daringfireball.net/projects/markdown/) -- `gem install rdiscount` +* [.markdown](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` * [.textile](http://www.textism.com/tools/textile/) -- `gem install RedCloth` * [.rdoc](http://rdoc.sourceforge.net/) * [.org](http://orgmode.org/) -- `gem install org-ruby`
M test/markups/README.markdown.htmltest/markups/README.markdown.html

@@ -2,4 +2,3 @@ <ul>

<li>One</li> <li>Two</li> </ul> -