Class: Broadway::Filter::Textile

Inherits:
Object
  • Object
show all
Defined in:
lib/broadway/filters/textile.rb

Instance Method Summary collapse

Instance Method Details

#transform(content) ⇒ Object



5
6
7
# File 'lib/broadway/filters/textile.rb', line 5

def transform(content)
  RedCloth.new(content).to_html
end