# File lib/Borges/HTML/HtmlRenderer.rb, line 27
  def anchor(anchor_text, &block)
    open_anchor(&block)
    text(anchor_text)
    close
  end