# File lib/maruku/output/to_html.rb, line 37
    def []=(key, value)
      attributes[key.to_s] = value
    end