Skip to content

Commit 1e1f94f

Browse files
committed
use correct format in the test for images
1 parent baeed49 commit 1e1f94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/command/8853.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```
22
% pandoc -f markdown+wikilinks_title_after_pipe --wrap=none
3-
[[hi]] and ![[hi]]
3+
[[hi]] and ![[hi.jpg]]
44
^D
5-
<p><a href="hi" class="wikilink">hi</a> and <img src="hi" class="wikilink" alt="hi" /></p>
5+
<p><a href="hi" class="wikilink">hi</a> and <img src="hi.jpg" class="wikilink" alt="hi" /></p>
66
```

0 commit comments

Comments
 (0)