Class: Jekyll::MarkdownBlock

Inherits:
Liquid::Block
  • Object
show all
Includes:
Liquid::StandardFilters
Defined in:
lib/jekyll/tags/markdown.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



4
5
6
# File 'lib/jekyll/tags/markdown.rb', line 4

def render(context)
  Maruku.new(super(context).join).to_html
end