# File lib/maruku/output/to_html.rb, line 837
  def to_html_cell
    if @attributes[:scope]
      wrap_as_element('th')
    else
      wrap_as_element('td')
    end
  end