1 2 3 4 5 6 7 8
``` % pandoc -f markdown -t markdown --reference-links ![foo](bar.png){#myId} ^D ![foo] [foo]: bar.png {#myId} ```