Updated packaging automation to 0.10
This commit is contained in:
parent
4f04ff39e9
commit
029189d8e9
3 changed files with 13 additions and 10 deletions
|
@ -27,7 +27,7 @@ module Engines
|
|||
|
||||
class Textile < AbstractEngine
|
||||
def mask
|
||||
RedCloth.new(@content, @content.options[:engine_opts]).to_html
|
||||
RedCloth.new(@content, @content.options[:engine_opts]).to_html([:textile])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue