BlueCloth is back with vengeance

This commit is contained in:
Alexey Verkhovsky 2005-04-10 17:10:11 +00:00
parent f776807dff
commit 6f36e53290
5 changed files with 11 additions and 11 deletions

View file

@ -33,7 +33,7 @@ module Engines
class Markdown < AbstractEngine
def mask
RedCloth.new(@content, @content.options[:engine_opts]).to_html(:block_textile_lists, :inline_textile_span, :markdown)
BlueCloth.new(@content, @content.options[:engine_opts]).to_html
end
end