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 filePatch | File delta | Description |
---|---|---|
0001 Adapt path to Debian expectations.patch | (download) |
bin/html-to-markdown |
4 3 + 1 - 0 ! |
adapt path to debian expectations |
0002 Adapt output to help2man expectations.patch | (download) |
bin/html-to-markdown |
22 12 + 10 - 0 ! |
adapt output to help2man expectations |
0003 Drop incompatible elements with PHPUnit 10.patch | (download) |
phpunit.xml.dist |
17 0 + 17 - 0 ! |
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 ! |
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 ! |
modernize phpunit syntax |
0007 Fix sanitizer function for libxml2 2.14 and HTML5.patch | (download) |
src/HtmlConverter.php |
2 1 + 1 - 0 ! |
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 |