aboutsummaryrefslogtreecommitdiff
path: root/test/command/4012.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-31 11:58:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-31 11:58:43 -0700
commit0e57b8b85dd22b78e2f60226700260b4eb8d36ea (patch)
tree69315a9a45cc231bebe71ecadf85b9db34c7a799 /test/command/4012.md
parent5f9f458df394686405b525757d1b5ef3b4cbad17 (diff)
downloadpandoc-0e57b8b85dd22b78e2f60226700260b4eb8d36ea.tar.gz
Add Millimeter constructor to Dimension in ImageSize.
Minor API change. Now sizes given in 'mm' are no longer converted to 'cm'. Closes #4012.
Diffstat (limited to 'test/command/4012.md')
-rw-r--r--test/command/4012.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/4012.md b/test/command/4012.md
new file mode 100644
index 000000000..579ee2459
--- /dev/null
+++ b/test/command/4012.md
@@ -0,0 +1,8 @@
+```
+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>
+```