class Kramdown::Converter::Kramdown
def convert_tbody(el, opts)
def convert_tbody(el, opts) res = +'' res << inner(el, opts) res << '|' << '-' * 10 << "\n" if opts[:next] && opts[:next].type == :tbody res end
def convert_tbody(el, opts) res = +'' res << inner(el, opts) res << '|' << '-' * 10 << "\n" if opts[:next] && opts[:next].type == :tbody res end