We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d26f6 commit a9e29b1Copy full SHA for a9e29b1
1 file changed
test.html
@@ -0,0 +1,38 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<body>
4
+
5
+<p>
6
+This paragraph
7
+contains a lot of lines
8
+in the source code,
9
+but the browser
10
+ignores it.
11
+</p>
12
13
14
15
+contains a lot of spaces
16
17
18
19
20
21
22
+This paragraph is all in one line and should be rendered the same as the others.
23
24
25
26
+This paragraph <b>contains</b> <i>phrasing content</i><span>, which is used to mark up text at the intra-paragraph level</span>.
27
28
29
30
+This paragraph contains a line break,<br/> which should split this text into two lines and collapse the leading space of the second line.
31
32
33
+<a href="https://example.com">
34
+This is a link to example.com
35
+</a>
36
37
+</body>
38
+</html>
0 commit comments