aboutsummaryrefslogtreecommitdiff
path: root/tests/misc/lists8.html
blob: 8a93a51008e0fa3022a28b6663b61b01fca3339e (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
<h1>Lists with blockquotes</h1>
<ol>
<li>
<blockquote>
<p>Four-score and seven years ago...</p>
</blockquote>
</li>
<li>
<blockquote>
<p>We have nothing to fear...</p>
</blockquote>
</li>
<li>
<blockquote>
<p>This is it...</p>
</blockquote>
</li>
</ol>
<h1>Multi-line blockquotes</h1>
<ul>
<li>
<blockquote>
<p>Four-score and sever years ago
our fathers brought forth</p>
</blockquote>
</li>
<li>
<blockquote>
<p>We have nothing to fear
but fear itself</p>
</blockquote>
</li>
<li>
<blockquote>
<p>This is it
as far as I'm concerned</p>
</blockquote>
</li>
</ul>