aboutsummaryrefslogtreecommitdiff
path: root/test/command/10708.md
blob: d8296dd95e1cad67a754ff674e15d6d344772f41 (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
```
% pandoc -f html -t mediawiki
<dl>
<dt>Case 1: Both subsets are non-empty</dt>
<dd>
In this case, …
</dd>
</dl>
^D
; Case 1<nowiki>:</nowiki> Both subsets are non-empty
: In this case, …
```

```
% pandoc -f mediawiki -t html
; term : definition
^D
<dl>
<dt>term</dt>
<dd>
definition
</dd>
</dl>
```