# File lib/rd/rd2html-lib.rb, line 323
    def apply_to_Reference_with_URL(element, content)
      %Q[<a href="#{meta_char_escape(element.label.url)}">] +
        %Q[#{content.join("")}</a>]
    end