diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/3630.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/3630.md b/test/command/3630.md new file mode 100644 index 000000000..db3a17dda --- /dev/null +++ b/test/command/3630.md @@ -0,0 +1,8 @@ +``` +% pandoc -f markdown -t markdown --reference-links +![foo](bar.png){#myId} +^D +![foo] + + [foo]: bar.png {#myId} +``` |