Skip to content

Commit

Permalink
Make sure the :redcloth filter works.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Oct 3, 2008
1 parent 046860e commit 54a1098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/haml/filters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def render(text)
end
end
RedCloth = Textile
Filters.defined['redcloth'] = RedCloth

# Uses BlueCloth or RedCloth to provide only Markdown (not Textile) parsing
module Markdown
Expand Down

0 comments on commit 54a1098

Please sign in to comment.