class Kramdown::Converter::Kramdown

def convert_tfoot(el, opts)

def convert_tfoot(el, opts)
  "|" << "="*10 << "\n#{inner(el, opts)}"
end