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