0e57b8b85d
Minor API change. Now sizes given in 'mm' are no longer converted to 'cm'. Closes #4012.
191 B
191 B
pandoc -f markdown-implicit_figures
![image]
[image]: http://example.com/image.jpg {height=35mm}
^D
<p><img src="http://example.com/image.jpg" alt="image" style="height:35mm" /></p>