use redcarpet for markdown instead of rdiscount
Ryan Tomayko rtomayko@gmail.com
Sun, 03 Apr 2011 11:20:04 -0700
2 files changed,
1 insertions(+),
2 deletions(-)
M
README.md
→
README.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.html
→
test/markups/README.markdown.html
@@ -2,4 +2,3 @@ <ul>
<li>One</li> <li>Two</li> </ul> -