aboutsummaryrefslogtreecommitdiff
path: root/test/command/4908.md
blob: 2ff1a4603beaa0e89c1670a28008c6b0bf2e0900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc -f markdown_mmd+fancy_lists+example_lists -t native -t plain
(@) Example one
(@) Example two

some text

(@) Example three
^D
(1) Example one
(2) Example two

some text

(3) Example three
```