e02cfcdeac
Fixes #3630 (#3631). Previously the attributes in link reference definitions did not have a space preceding.
118 B
118 B
% pandoc -f markdown -t markdown --reference-links
![foo](bar.png){#myId}
^D
![foo]
[foo]: bar.png {#myId}