aboutsummaryrefslogtreecommitdiff
path: root/test/command/4677.md
diff options
context:
space:
mode:
authormb21 <mb21@users.noreply.github.com>2019-05-11 18:54:43 +0200
committermb21 <mb21@users.noreply.github.com>2019-05-29 09:43:50 +0200
commita58304e00edc3c7d78c352c379e843cb908e6887 (patch)
tree7ff97b4bdeddb03c1fef74299be7c9e370842061 /test/command/4677.md
parent47249b05c4345a40353a37f4b7f7170aa2ea5773 (diff)
downloadpandoc-a58304e00edc3c7d78c352c379e843cb908e6887.tar.gz
HTML writer: output video and audio elements
depending on file extension of the image path
Diffstat (limited to 'test/command/4677.md')
-rw-r--r--test/command/4677.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4677.md b/test/command/4677.md
index 11a62fd08..482db4c02 100644
--- a/test/command/4677.md
+++ b/test/command/4677.md
@@ -3,6 +3,6 @@
![Caption](img.png){#img:1}
^D
<figure>
-<img src="img.png" alt="" id="img:1" /><figcaption>Caption</figcaption>
+<img src="img.png" id="img:1" alt="" /><figcaption>Caption</figcaption>
</figure>
```