File: img-tag-with-link.html

package info (click to toggle)
python-html2text 2025.4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: python: 1,659; sh: 32; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<h1>Processing images with links</h1>

<p>This test checks images with associated links.</p>

<a href="http://some.link"><img src="http://placehold.it/350x150#(banana)" width="350" height="150" alt="(banana)"></a>
<a href="http://some.link"><img src="http://placehold.it/350x150#[banana]" width="350" height="150" alt="[banana]"></a>
<a href="http://some.link"><img src="http://placehold.it/350x150#{banana}" width="350" height="150" alt="{banana}"></a>
<a href="http://some.link"><img src="http://placehold.it/350x150#([{}])" width="350" height="150" alt="([{}])"></a>
<a href="http://some.link"><img src="http://placehold.it/350x150#([{}])" width="350" height="150" alt></a>