aboutsummaryrefslogtreecommitdiff
path: root/test/command/5642.md
diff options
context:
space:
mode:
authormb21 <mb21@users.noreply.github.com>2019-07-13 12:03:45 +0200
committermb21 <mb21@users.noreply.github.com>2019-07-13 12:03:45 +0200
commit6cf5c3f6ac267c93fe7557add482307d494a8c75 (patch)
tree55c3deb5f8ea1bb3139fa7877f85efbd78975322 /test/command/5642.md
parent6d30d3e0b3b4a7005018179ff1098dd16eeb2652 (diff)
downloadpandoc-6cf5c3f6ac267c93fe7557add482307d494a8c75.tar.gz
fix filename and issue reference of previous commit
Diffstat (limited to 'test/command/5642.md')
-rw-r--r--test/command/5642.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/5642.md b/test/command/5642.md
new file mode 100644
index 000000000..7fe8f5a5f
--- /dev/null
+++ b/test/command/5642.md
@@ -0,0 +1,8 @@
+```
+% pandoc -t html5 -f markdown
+![test](foo){aria-describedby="barbaz"}
+^D
+<figure>
+<img src="foo" aria-describedby="barbaz" alt="" /><figcaption>test</figcaption>
+</figure>
+```