Restore the []s
This commit is contained in:
parent
276ca8e0cd
commit
bb79a21849
@ -1087,7 +1087,7 @@ sub _fix_link_underscores {
|
|||||||
my $text = shift;
|
my $text = shift;
|
||||||
|
|
||||||
$text =~ s/\\_/_/g;
|
$text =~ s/\\_/_/g;
|
||||||
return $text;
|
return "[".$text."]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user