aboutsummaryrefslogtreecommitdiff
path: root/test/command/6855.md
blob: 46f1ccf6587a40ed7d99d77c2926068f9f54c991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```
% pandoc -t markdown
(@a) one
(@b) two

See (@a--@b)
^D
(1) one
(2) two

See (1--2)
```