aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/extra/loose_def_list.html
blob: 0de6eb6b44548f2bf766b9c847238d5eeba6b2fb (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
<p>some text</p>
<dl>
<dt>term 1</dt>
<dd>
<p>def 1-1</p>
</dd>
<dd>
<p>def 2-2</p>
</dd>
<dt>term 2</dt>
<dt>term 3</dt>
<dd>
<p>def 2-1
line 2 of def 2-1</p>
</dd>
<dd>
<p>def 2-2</p>
<p>par 2 of def2-2</p>
</dd>
</dl>
<p>more text</p>
<dl>
<dt>term 4</dt>
<dd>not loose</dd>
<dt>term 5</dt>
<dd>
<p>loose</p>
</dd>
<dt>term 6</dt>
<dd>also not loose</dd>
</dl>