class RDoc::Markup::ToAnsi

def start_accepting

def start_accepting
  super
  @res = ["\e[0m"]
end