class Markdownifier::Markdownifier

Public Instance Methods

html_to_markdown( html, options = {} ) click to toggle source
# File lib/markdownifier.rb, line 6
def html_to_markdown( html, options = {} )
  ReverseMarkdown.convert(html)
end