all repos — markup @ f50d81556ff0f282a3025600d2866da651abff82

The code we use to render README.your_favorite_markup

Be more explicit about the different Markdown extensions.
Bryan Veloso bryan@revyver.com
Fri, 03 Aug 2012 19:06:08 -0700
commit

f50d81556ff0f282a3025600d2866da651abff82

parent

7c5e68b75383221c00c8cec2990909344817a35e

1 files changed, 1 insertions(+), 1 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 redcarpet` (https://github.com/tanoku/redcarpet) +* [.markdown, .mdown, .md](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` (https://github.com/tanoku/redcarpet) * [.textile](http://www.textism.com/tools/textile/) -- `gem install RedCloth` * [.rdoc](http://rdoc.sourceforge.net/) -- `gem install rdoc -v 3.6.1` * [.org](http://orgmode.org/) -- `gem install org-ruby`