--- jien_parser.rb.orig Wed Sep 8 15:44:14 2004 +++ jien_parser.rb Wed Sep 8 15:40:51 2004 @@ -223,7 +223,7 @@ @cur_stack.push( {:e => :inline_plugin, :method => $1, :param => $2} ) str = $' else - print str + print norm(str) @cur_stack.push( {:e => :normal_text, :s => str} ) str = '' end