# File lib/org-ruby/textile_output_buffer.rb, line 7 def initialize(output) super(output) @add_paragraph = true @support_definition_list = true # TODO this should be an option @footnotes = [] end