Message-ID: <Pine.GSO.4.21.
0105091233430.357-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@10052
else {
next if $ignore;
next if @begin_stack && $begin_stack[-1] ne 'html';
+ print HTML and next if @begin_stack && $begin_stack[-1] eq 'html';
my $text = $_;
if( $text =~ /\A\s+/ ){
process_pre( \$text );