aboutsummaryrefslogtreecommitdiff
path: root/test/command/4012.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4012.md')
-rw-r--r--test/command/4012.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/command/4012.md b/test/command/4012.md
index 602c23219..26e971d4e 100644
--- a/test/command/4012.md
+++ b/test/command/4012.md
@@ -1,8 +1,9 @@
```
-pandoc -f markdown-implicit_figures
+% 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>
+<p><img src="http://example.com/image.jpg" style="height:35mm"
+alt="image" /></p>
```