class Kramdown::Converter::Html

def convert_td(el, indent, opts)

def convert_td(el, indent, opts)
  res = inner(el, indent, opts)
  "#{' '*indent}<#{opts[:cell_type]}#{options_for_element(el)}>#{res.empty? ? "&nbsp;" : res}</#{opts[:cell_type]}>\n"
end