We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737c678 commit 90fc93eCopy full SHA for 90fc93e
tests/fixtures/emailConverted.html
@@ -1,26 +1,28 @@
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2
<html>
3
-<head><style>
+ <head>
4
+ <style>
5
.block {
6
width: 100px;
7
height: 20px;
8
}
9
div.block ul li.small {
10
margin: 10px;
11
- </style></head>
12
-<body>
+ </style>
13
+ </head>
14
+ <body>
15
<div class="block" style="width: 100px; height: 20px;">
16
text
17
18
<ul>
-<li>
19
+ <li>
20
Big list
21
</li>
22
<li class="small" style="margin: 10px;">
23
Small list
24
25
</ul>
-</div>
26
+ </div>
27
</body>
28
</html>
0 commit comments