1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Make sure the :redcloth filter works.

This commit is contained in:
Nathan Weizenbaum 2008-10-02 22:57:48 -07:00
parent 046860e19c
commit 54a1098944

View file

@ -239,6 +239,7 @@ END
end
end
RedCloth = Textile
Filters.defined['redcloth'] = RedCloth
# Uses BlueCloth or RedCloth to provide only Markdown (not Textile) parsing
module Markdown