aboutsummaryrefslogtreecommitdiff
path: root/tests/misc/tabs-in-lists.html
blob: a1a92ec9a611f13404edda1103be0ea28ad35f15 (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
<p>First a list with a tabbed line</p>
<ul>
<li>
<p>A</p>
</li>
<li>
<p>B</p>
</li>
</ul>
<p>Just a blank line:</p>
<ul>
<li>
<p>A</p>
</li>
<li>
<p>B</p>
</li>
</ul>
<p>Now a list with 4 spaces and some text:</p>
<ul>
<li>A
abcdef</li>
<li>B</li>
</ul>
<p>Now with a tab and an extra space:</p>
<ul>
<li>
<p>A</p>
</li>
<li>
<p>B</p>
</li>
</ul>
<p>Now a list with 4 spaces:</p>
<ul>
<li>
<p>A</p>
</li>
<li>
<p>B</p>
</li>
</ul>