# File lib/wikicloth/wiki_buffer/link.rb, line 5
  def initialize(data="",options={})
    super(data,options)
    @in_quotes = false
    @checktrailing = false
  end