/redcloth

RedCloth is a Ruby library for converting Textile into HTML.

Primary LanguageRagelOtherNOASSERTION

RedCloth (minor modifications)

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)

Use

  1. Add gem "RedCloth", :git => "https://github.com/groe/redcloth" to the Gemfile.

  2. Compile it: cd `bundle show RedCloth` && rake compile && rake install

You’ll need the latest “Ragel”:www.cs.queensu.ca/~thurston/ragel/.