class RDoc::Markup::ToRdoc

def start_accepting

def start_accepting
  @res = [""]
  @indent = 0
  @prefix = nil
  @list_index = []
  @list_type  = []
  @list_width = []
end