class Kramdown::Converter::Html

def convert_blockquote(el, indent)

def convert_blockquote(el, indent)
  "#{' '*indent}<blockquote#{html_attributes(el.attr)}>\n#{inner(el, indent)}#{' '*indent}</blockquote>\n"
end