diff --git a/lib/haml/filters/growstuff_markdown.rb b/lib/haml/filters/growstuff_markdown.rb index b40c30d9f..9076eda92 100644 --- a/lib/haml/filters/growstuff_markdown.rb +++ b/lib/haml/filters/growstuff_markdown.rb @@ -6,8 +6,8 @@ module Haml::Filters def render(text) @expanded = text - expand_crops - expand_members + expand_crops! + expand_members! BlueCloth.new(@expanded).to_html end @@ -19,7 +19,7 @@ module Haml::Filters MEMBER_ESCAPE_AT_REGEX = /(?