pandoc/test/command/6855.md
John MacFarlane bf3fea0a8c Markdown reader: fix regression with example list references.
This affects example list references followed by dashes.
Introduced by commit b8d17f7.
Closes #6855.
2020-11-17 20:36:59 -08:00

92 B

% pandoc -t markdown
(@a) one
(@b) two

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

See (1--2)