pandoc/test/command/4012.md
John MacFarlane 0e57b8b85d Add Millimeter constructor to Dimension in ImageSize.
Minor API change.

Now sizes given in 'mm' are no longer converted to 'cm'.

Closes #4012.
2017-10-31 11:58:43 -07:00

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>