From 4a81631ecf042178c1b9888927a9709fc6574989 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Wed, 19 Oct 2011 15:26:37 -0300 Subject: [PATCH] Add missing reference to Kramdown. --- lib/haml/filters.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/haml/filters.rb b/lib/haml/filters.rb index 3cb1ef30..df2211dd 100644 --- a/lib/haml/filters.rb +++ b/lib/haml/filters.rb @@ -349,6 +349,7 @@ END # Only works if [RDiscount](https://github.com/rtomayko/rdiscount), # [RPeg-Markdown](https://github.com/rtomayko/rpeg-markdown), # [Maruku](http://maruku.rubyforge.org), + # [Kramdown](https://github.com/gettalong/kramdown), # or [BlueCloth](http://www.deveiate.org/projects/BlueCloth) are installed. module Markdown include Base