5f7e7f539a
This prevented `--accept` from working properly.
193 B
193 B
% pandoc -f markdown-implicit_figures
![image]
[image]: http://example.com/image.jpg {height=35mm}
^D
<p><img src="http://example.com/image.jpg" style="height:35mm" alt="image" /></p>