Take a block of text and use various heuristics to determine its structure
(paragraphs, lists, and so on). Invoke an event handler as we identify
significant chunks.
# File lib/rdoc/markup.rb, line 778
def initialize attribute_manager = nil
@attribute_manager = attribute_manager || RDoc::Markup::AttributeManager.new
@output = nil
end