Add test for #7738.

This commit is contained in:
John MacFarlane 2021-12-07 23:59:59 -08:00
parent 45e51ecd65
commit ccb9db34f8

6
test/command/7738.md Normal file
View file

@ -0,0 +1,6 @@
```
% pandoc
![_](url.png) image
^D
<p><img src="url.png" alt="_" /> image</p>
```