Class: Jekyll::DivMarkdown

Inherits:
Liquid::Block
  • Object
show all
Defined in:
lib/jekyll-div-markdown.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



5
6
7
8
# File 'lib/jekyll-div-markdown.rb', line 5

def render(context)
    text = super
    "<div markdown=\"1\">\n #{text} \n</div>"
end