Skip to content

Commit

Permalink
add Redcarpet to template docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 25, 2011
1 parent 726ca07 commit ad1d9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TEMPLATES.md
Expand Up @@ -40,6 +40,7 @@ implementations (depending on which are available on your system):

* [Markdown](#markdown) - Generic Markdown implementation
* [RDiscount](#rdiscount) - `Tilt::RDiscountTemplate`
* Redcarpet - `Tilt::RedcarpetTemplate`
* BlueCloth - `Tilt::BlueClothTemplate`
* Kramdown - `Tilt::KramdownTemplate`
* Maruku - `Tilt::MarukuTemplate`
Expand Down Expand Up @@ -427,6 +428,7 @@ formatted texts are readable.
Markdown formatted texts are converted to HTML with one of these libraries:

* [RDiscount](#rdiscount) - `Tilt::RDiscountTemplate`
* Redcarpet - `Tilt::RedcarpetTemplate`
* BlueCloth - `Tilt::BlueClothTemplate`
* Kramdown - `Tilt::KramdownTemplate`
* Maruku - `Tilt::MarukuTemplate`
Expand Down

0 comments on commit ad1d9f7

Please sign in to comment.