Package: php-league-html-to-markdown / 5.1.1-4

Metadata

Package Version Patches format
php-league-html-to-markdown 5.1.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Adapt path to Debian expectations.patch | (download)

bin/html-to-markdown | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 adapt path to debian expectations

0002 Adapt output to help2man expectations.patch | (download)

bin/html-to-markdown | 22 12 + 10 - 0 !
1 file changed, 12 insertions(+), 10 deletions(-)

 adapt output to help2man expectations


0003 Drop incompatible elements with PHPUnit 10.patch | (download)

phpunit.xml.dist | 17 0 + 17 - 0 !
1 file changed, 17 deletions(-)

 drop incompatible elements with phpunit 10

Bug-Debian: https://bugs.debian.org/1039789

0004 Make provider functions static PHPUnit 11 fix.patch | (download)

tests/CoerceTest.php | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 make provider functions static (phpunit 11 fix)

Bug-Debian: https://bugs.debian.org/1070563

0005 Modernize PHPUnit syntax.patch | (download)

tests/CoerceTest.php | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 modernize phpunit syntax


0007 Fix sanitizer function for libxml2 2.14 and HTML5.patch | (download)

src/HtmlConverter.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix sanitizer function for libxml2 >= 2.14 and html5

This is adapting the sanitize function to remove commented XML tags from
the resulting markdown.
Fixes: #263