summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/basic.html
blob: 3bf68d24df140a8562bd0998b568dcf799cf6448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<title>Ignored Title</title>
<body>
  <h1>Hello, World!</h1>

  <p>This is some e-mail content.
  Even though it has whitespace and newlines, the e-mail converter
  will handle it correctly.

  <p>Even mismatched tags.</p>

  <div>A div</div>
  <div>Another div</div>
  <div>A div<div>within a div</div></div>

  <p>Another line<br />Yet another line</p>

  <a href="http://foo.com">A link</a>

</body>
</html>