class Smarky::Markdown::Maruku

Public Instance Methods

render(markdown) click to toggle source
# File lib/smarky/markdown/maruku.rb, line 6
def render(markdown)
  ::Maruku.new(markdown).to_html
end