diff options
Diffstat (limited to 'test/command/6194.md')
-rw-r--r-- | test/command/6194.md | 14 |
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:  + +image2:  +^D +image1: |foo| + +image2: |image1| + +.. |foo| image:: x.png +.. |image1| image:: y.png +``` + |