class RDoc::Markup::ToTest

def accept_verbatim(verbatim)

def accept_verbatim(verbatim)
  @res << verbatim.text.gsub(/^(\S)/, '  \1')
end