aboutsummaryrefslogtreecommitdiff
path: root/test/command/6194.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6194.md')
-rw-r--r--test/command/6194.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/6194.md b/test/command/6194.md
new file mode 100644
index 000000000..43be26405
--- /dev/null
+++ b/test/command/6194.md
@@ -0,0 +1,14 @@
+```
+% pandoc -f markdown -t rst
+image1: ![foo](x.png)
+
+image2: ![foo](y.png)
+^D
+image1: |foo|
+
+image2: |image1|
+
+.. |foo| image:: x.png
+.. |image1| image:: y.png
+```
+