class RDoc::Markup::ToHtml

def parseable? text

def parseable? text
  eval("BEGIN {return true}\n#{text}")
rescue SyntaxError
  false
end