From: Dave Thomas Date: 2004-12-31T14:23:29+09:00 Subject: Re: RDoc::usage dies on markup in heading On Dec 30, 2004, at 6:13 PM, Stefan Lang wrote: > # == +Test+ for RDoc::usage > # > # RDoc formats this as HTML without problems > # but dies when formatted with RDoc::usage > > require 'rdoc/usage' > RDoc::usage > > fails with the the following message: Thanks for the report and the great test case. I've fixed it in the 1.8 and 1.9 CVS. Cheers Dave