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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4012.md b/test/command/4012.md
index 579ee2459..602c23219 100644
--- a/test/command/4012.md
+++ b/test/command/4012.md
@@ -4,5 +4,5 @@ pandoc -f markdown-implicit_figures
[image]: http://example.com/image.jpg {height=35mm}
^D
-<p><img src="http://example.com/image.jpg" alt="image" style="height:35mm" /></p>
+<p><img src="http://example.com/image.jpg" style="height:35mm" alt="image" /></p>
```