# File lib/rdoc/markup.rb, line 694 def self.parse str RDoc::Markup::Parser.parse str rescue RDoc::Markup::Parser::Error => e $stderr.puts "While parsing markup, RDoc encountered a \#{e.class}:\n\n\#{e}\n\\tfrom \#{e.backtrace.join \"\\n\\tfrom \"}\n\n---8<---\n\#{text}\n---8<---\n\nRDoc \#{RDoc::VERSION}\n\nRuby \#{RUBY_VERSION}-p\#{RUBY_PATCHLEVEL} \#{RUBY_RELEASE_DATE}\n\nPlease file a bug report with the above information at:\n\nhttps://github.com/rdoc/rdoc/issues\n\n" raise end