class Kramdown::Converter::Latex

def convert_tfoot(el, opts)

def convert_tfoot(el, opts)
  "\\hline \\hline \n#{inner(el, opts)}"
end