Method: Kramdown::Converter::Html#format_as_indented_block_html

Defined in:
lib/jekyll-gl.rb

#format_as_indented_block_html(name, attr, body, indent) ⇒ Object



35
36
37
38
# File 'lib/jekyll-gl.rb', line 35

def format_as_indented_block_html(name, attr, body, indent)
  add_gl_class(attr)
  s_format_as_indented_block_html(name, attr, body, indent)
end