Method: RTFDoc.markdown_to_html

Defined in:
lib/rtfdoc.rb

.markdown_to_html(text) ⇒ Object



528
529
530
# File 'lib/rtfdoc.rb', line 528

def self.markdown_to_html(text)
  renderer.render(text)
end