mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
bf3fea0a8c
This affects example list references followed by dashes.
Introduced by commit b8d17f7.
Closes #6855.
92 B
92 B
% pandoc -t markdown
(@a) one
(@b) two
See (@a--@b)
^D
(1) one
(2) two
See (1--2)