module MarkdownCache::Helper
Public Instance Methods
markdown(text)
click to toggle source
# File lib/markdown_cache/helper.rb, line 3 def markdown(text) renderer = Renderer.new renderer.render(text).html_safe end