From 9f72616818daf2b3d01a580f0eda634c08513077 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 18 Oct 2023 20:14:54 +0300 Subject: use html2text() instead of strip_tags() when making FTS indexes --- .../soundasleep/html2text/tests/html/images.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 vendor/soundasleep/html2text/tests/html/images.html (limited to 'vendor/soundasleep/html2text/tests/html/images.html') diff --git a/vendor/soundasleep/html2text/tests/html/images.html b/vendor/soundasleep/html2text/tests/html/images.html new file mode 100644 index 000000000..1f360e9e2 --- /dev/null +++ b/vendor/soundasleep/html2text/tests/html/images.html @@ -0,0 +1,54 @@ + +

+ One: +

+ +

+ Two: two +

+ +

+ Three: +

+ +

+ Four: four alt +

+ +

With links

+ +

+ One: +

+ +

+ Two: two +

+ +

+ Three: +

+ +

+ Four: four alt +

+ +

With links with titles

+ +

+ One: +

+ +

+ Two: two +

+ +

+ Three: +

+ +

+ Four: four alt +

+ + \ No newline at end of file -- cgit v1.2.3