Class: Smarky::Markdown::Kramdown

Inherits:
Object
  • Object
show all
Defined in:
lib/smarky/markdown/kramdown.rb

Instance Method Summary collapse

Instance Method Details

#render(markdown) ⇒ Object



6
7
8
# File 'lib/smarky/markdown/kramdown.rb', line 6

def render(markdown)
  ::Kramdown::Document.new(markdown).to_html
end