class Kramdown::Converter::Html
def convert_thead(el, indent, opts)
def convert_thead(el, indent, opts) "#{' '*indent}<#{el.type}#{html_attributes(el)}>\n#{inner(el, indent, opts)}#{' '*indent}</#{el.type}>\n" end
def convert_thead(el, indent, opts) "#{' '*indent}<#{el.type}#{html_attributes(el)}>\n#{inner(el, indent, opts)}#{' '*indent}</#{el.type}>\n" end