# File lib/Borges/HTML/HtmlRenderer.rb, line 158
  def open_anchor(&block)
    @attributes[:href] = url_for(&block)
    open_tag(:a)
  end