mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
f268ae3035
Previously we created duplicate references for these in rendering RST. Closes #6194.
167 B
167 B
% pandoc -f markdown -t rst
image1: 
image2: 
^D
image1: |foo|
image2: |image1|
.. |foo| image:: x.png
.. |image1| image:: y.png