Class: Flue::TextileFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/flue/content_filter.rb

Instance Method Summary collapse

Instance Method Details

#call(input, options = {}) ⇒ Object



24
25
26
# File 'lib/flue/content_filter.rb', line 24

def call(input, options={})
  RedCloth.new(input).to_html
end