aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/extra/def-in-list.html
blob: 21cddaa9887a7890b65c29c7190b8af596d94515 (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
<p>: a paragraph that starts with a colon</p>
<ul>
<li>A List item</li>
<li>
<dl>
<dt>A def term</dt>
<dd>A def item</dd>
<dd>a second</dd>
</dl>
</li>
<li>
<dl>
<dt>Another def term</dt>
<dd>
<p>a loose item</p>
</dd>
<dd>
<p>a second</p>
</dd>
</dl>
</li>
<li>
<p>: a list item that starts with a colon</p>
</li>
</ul>