File: no_inline_links_example.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 (10 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<a href='http://google.com'>Googler</a>
<a> No href</a>
<a title="some title"> No href but title available</a>
<a href='http://example.com' title="Example title"> Example</a>
<a href="http://example.com" title="abc">
<a href="http://example.com" title="abc">
<a href="http://example.com" title="abc">
link text
</a></a></a>
<a href='http://example.com' title>Empty link title</a>