aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions-x-def_list/loose_def_list.html
blob: 98fdec8e9a47d9218f56fb4d0fbc9b385a398dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>