Module: Haml::Filters::Markdown

Includes:
Base
Defined in:
lib/haml/filters/markdown.rb

Instance Method Summary collapse

Instance Method Details

#render(text) ⇒ Object



7
8
9
# File 'lib/haml/filters/markdown.rb', line 7

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