class Kramdown::Converter::Html

def convert_blockquote(el, indent, opts)

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