Class: Forem::Formatters::RedCloth
- Inherits:
-
Object
- Object
- Forem::Formatters::RedCloth
- Defined in:
- lib/forem/formatters/redcloth.rb
Class Method Summary collapse
Class Method Details
.format(text) ⇒ Object
6 7 8 |
# File 'lib/forem/formatters/redcloth.rb', line 6 def self.format(text) ::RedCloth.new(ERB::Util.h(text)).to_html.html_safe end |