=item *
-C<E<gt> URL[ optional text]\r> on a separate line will add a link to the
+C<=E<gt> URL[ optional text]\r> on a separate line will add a link to the
specified URL (with optional text). Pay attention that line contains
carriage-return character at the end.
s/^(\s*)//g;
my $head = $1;
my @cols = split /\s+/;
- if ($cols[0] eq ">") {
+ if ($cols[0] eq "=>") {
my $t = ($#cols > 1) ? (join " ", @cols[2..$#cols]) : $cols[1];
$t = htmlescape $t;
$t =~ s/"/\&guot;/g;
$doBacksForced = 1;
next;
} else {
- die "unknown $cols[0] command\n";
+ die "unknown $cols[0] command: $page\n";
}
} else {
$_ = htmlescape $_;