RDoc markup problem with \_abc_<i>def</i>

From: Tanaka Akira <akr@...17n.org>
Date: 2004-04-09 11:16:56 UTC
List: ruby-core #2762
I found that RDoc formats \_abc_<i>def</i> as _abc_d<em>ef</em>.

I think it should be _abc_<em>def</em>.

% cat a.rb
# \_abc_<i>def</i>
% rdoc a.rb

                               a.rb: 
Generating HTML...

Files:   1
Classes: 0
Modules: 0
Methods: 0
Elapsed: 0.062s
% grep abc doc/files/a_rb.html
_abc_d<em>ef</em>
% rdoc --version
RDoc V1.0pr1: 2004/04/04 05:02:23 (1.6) 
% ruby -v
ruby 1.9.0 (2004-04-08) [i686-linux]
-- 
Tanaka Akira

In This Thread

Prev Next