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