# File lib/rd/rd2html-lib.rb, line 283
    def apply_to_Emphasis(element, content)
      %Q[<em>#{content.join("")}</em>]
    end