File: plaintext_img_whitespace.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<base href="https://example.com">

<div class="h-entry">
  <div class="e-content">
    <img src="/photo.jpg" alt="selfie">At some tourist spot
  </div>
</div>

<div class="h-entry">
  <div class="e-content">
    <img src="/photo.jpg" alt="">At another tourist spot
  </div>
</div>

<div class="h-entry">
  <div class="e-content">
    <img src="/photo.jpg">At yet another tourist spot
  </div>
</div>