Blob Blame History Raw
```
% pandoc -f markdown -t markdown --reference-links
![foo](bar.png){#myId}
^D
![foo]

  [foo]: bar.png {#myId}
```