# File lib/wikicloth/wiki_buffer/html_element.rb, line 156
  def in_quotes?
    @in_quotes || @in_single_quotes ? true : false
  end