# File lib/kramdown/converter/html.rb, line 136 def convert_blockquote(el, indent) "#{' '*indent}<blockquote#{html_attributes(el.attr)}>\n#{inner(el, indent)}#{' '*indent}</blockquote>\n" end