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:
parent
046860e19c
commit
54a1098944
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue