From 0e57b8b85dd22b78e2f60226700260b4eb8d36ea Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 31 Oct 2017 11:58:43 -0700 Subject: Add Millimeter constructor to Dimension in ImageSize. Minor API change. Now sizes given in 'mm' are no longer converted to 'cm'. Closes #4012. --- test/command/4012.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/4012.md (limited to 'test/command/4012.md') 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 +

image

+``` -- cgit v1.2.3