diff --git a/II/T.pm b/II/T.pm index 8204cfb..9e94166 100644 --- a/II/T.pm +++ b/II/T.pm @@ -201,7 +201,6 @@ sub pre { my $line = $_; if ( ( $line =~ /^====/ ) and ( $pre == 0 ) ) { - # $txt .= $_; $line =~ s/====/
/g; $pre = 1; } @@ -210,6 +209,10 @@ sub pre { $pre = 0; } $txt .= $line; + $txt =~ s/
//g; + $txt =~ s/