Method: Httpdoc::Rendering::ControllerContext#doc_fragment_to_html

Defined in:
lib/httpdoc/rendering.rb

#doc_fragment_to_html(s) ⇒ Object



49
50
51
52
# File 'lib/httpdoc/rendering.rb', line 49

def doc_fragment_to_html(s)
  s = s.gsub("\n", ' ')
  RedCloth.new(s).to_html
end