class Ronn::Document

def preprocess

initialized.
from its contents. This is called while the object is being
Parse the document and extract the name, section, and tagline
def preprocess
  [
    :angle_quote_pre_filter,
    :markdown_filter,
    :angle_quote_post_filter,
    :definition_list_filter
  ].inject(data) { |res,filter| send(filter, res) }
end