summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/newlines.html
blob: e3fbbeea3c5c3a63f4086103396d42db51c8ec57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<body>
<div>
Hello
<br>
</div>
<div>
How are you?
<br>
</div>

<p>
How are you?
<br>
</p>

<p>
How are you?
<br>
</p>

<div>
Just two divs
</div>
<div>
Hanging out
</div>

This is not the end!
<div>
How are you again?
<br>
</div>
This is the end!
<br>
Just kidding
<h1>Header 1</h1>
Some text
<hr>
Some more text
<p>Paragraph tag!</p>
<h2>Header 2</h2>
<hr>
<h3>Header 3</h3>
Some text
<h4>Header 4</h4>
<p>Paragraph tag!</p>
Final line
</body>
</html>