class RDoc::Markup

def initialize

def initialize
  @attribute_manager = RDoc::Markup::AttributeManager.new
  @output = nil
end