Subject: | loss of formatting options of HTML::FormatText::WithLinks |
Date: | Mon, 30 Apr 2018 17:13:56 +0000 |
To: | "bug-HTML-FormatText-WithLinks-AndTables [...] rt.cpan.org" <bug-HTML-FormatText-WithLinks-AndTables [...] rt.cpan.org> |
From: | Heiko Sendrowski <heiko.sendrowski [...] basf.com> |
HTML::FormatText::WithLinks allows to include links directly in the text without having to put them into footnotes:
According to https://metacpan.org/pod/HTML::FormatText::WithLinks, this code
my $f2 = HTML::FormatText::WithLinks->new(
before_link => '',
after_link => ' [%l]',
footnote => ''
);
$text = $f2->parse($html);
print $text;
#### results in something like
Some html with a link [http://example.com/]
###
However, this doesn't work with HTML-FormatText-WithLinks-AndTables-0.07 any longer.