CSS, .
Text::MultiMarkdown _GenerateAnchor, - :
sub _GenerateAnchor {
my ($self, $whole_match, $link_text, $link_id, $url, $title, $attributes) = @_;
if($url
&& index($url, '#') != 0) {
$attributes = $attributes ? $attributes . ' target="_blank"' : 'target="_blank"';
}
return $self->SUPER::_GenerateAnchor($whole_match, $link_text, $link_id, $url, $title, $attributes);
}
kludgey, _GenerateAnchor . OO, markdown.
Text::MultiMarkdown , . , , .
HTML::Parser HTML, Text::MultiMarkdown, target .