module CanRenderMarkdown

Constants

VERSION

Public Class Methods

formatify(input) click to toggle source
# File lib/can_render_markdown.rb, line 8
def self.formatify(input)
  Formatter.new(input, ERB::Util).escape.to_html
end