pandoc/test/command/3630.md
Mauro Bieg e02cfcdeac Markdown Writer: put space before reference link definitions
Fixes #3630 (#3631).

Previously the attributes in link reference definitions did not have a space preceding.
2017-05-03 12:13:25 +02:00

118 B

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

  [foo]: bar.png {#myId}