Skip Menu |

This queue is for tickets about the HTML-FormatText-WithLinks-AndTables CPAN distribution.

Report information
The Basics
Id: 125244
Status: new
Priority: 0/
Queue: HTML-FormatText-WithLinks-AndTables

People
Owner: Nobody in particular
Requestors: heiko.sendrowski [...] basf.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.