class RDoc::Markup::ToHtml

def accept_list_start(list)

def accept_list_start(list)
  @list << list.type
  @res << html_list_name(list.type, true)
  @in_list_entry.push false
end