summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/nested-divs.html
blob: b6bd8421ca41f18d1cae2ea8f3259b295836b068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body>
<div>
Just two divs
</div>
<div>
Hanging out
</div>
<div><div><div>Nested divs and line breaks</div></div><br></div>
<div><div>Nested divs and line breaks</div>More text<br></div>
<div><br></div>
<div>Just text</div>
<div>Just text<br></div>
<div>Just text<br><br></div>
This is the end!
</body>
</html>