class Opulent::Filters::RedCloth

@RedCloth

Public Instance Methods

gem_name() click to toggle source
# File lib/opulent/filters.rb, line 227
def gem_name
  'RedCloth'
end
render(code, options = {}) click to toggle source
# File lib/opulent/filters.rb, line 223
def render(code, options = {})
  ::RedCloth.new(code, options).to_html
end