I have images in the same directory as the .md
files:
...
...
test.md
test.png
to-do.md
balter@bcore:/var/www/B-Core-Collaboration.wiki$
My source looks like this:

I have also tried

But the image is not showing up.
The generated page source has:
<img src="test.png" alt="" />
or
<img src="/test.png" alt="" />