# File lib/wikicloth/wiki_buffer/table.rb, line 19
  def table_caption_attributes
    @caption.kind_of?(Hash) ? @caption[:style] : ""
  end