class Kramdown::Converter::Man

def convert_tbody(el, opts)

def convert_tbody(el, opts)
  opts[:result] << ".T&\n" if opts[:index] != 0
  opts[:result] << opts[:alignment].join(' ') << " .\n"
  inner(el, opts)
  opts[:result] << (opts[:next].type == :tfoot ? "=\n" : "_\n") if opts[:next]
end