This repository was forked from jgarber/redcloth on 2013-05-02.
These are the changes so far:
-
Do not handle single quotes
'
as blocks. This caused some parsing problems (SRC#298)
-
Add
gem "RedCloth", :git => "https://github.com/groe/redcloth"
to the Gemfile. -
Compile it:
cd `bundle show RedCloth` && rake compile && rake install
You’ll need the latest “Ragel”:www.cs.queensu.ca/~thurston/ragel/.