Class: Flue::TextileFilter
- Inherits:
-
Object
- Object
- Flue::TextileFilter
- 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, ={}) RedCloth.new(input).to_html end |