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