aboutsummaryrefslogtreecommitdiff
path: root/test/command/5646.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/5646.md')
-rw-r--r--test/command/5646.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/5646.md b/test/command/5646.md
new file mode 100644
index 000000000..7fe8f5a5f
--- /dev/null
+++ b/test/command/5646.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>
+```