Relative links without a "./" work in preview but not when saved
There is inconsistency in how relative links are rendered in "Preview" and when saved:
- This does not render at all:
 - This renders correctly:
 - This renders correctly:

The images are attached to the wiki page, i.e. are at the path shown on third line above.
Here's a screenshot of an image URL that does not render (1, above) followed by a working one (2 or 3, above):
Hey @mattock, thanks for reporting this.
This a known bug (or non-feature 🤔).
Due to the preview being on the url /Page/edit an attachment on the page with  becomes /Page/example.png which works ... in the Preview and not on /Page.
I'm a little afraid of adding extra magic here, I'm not even happy with the ./example.png solution, because this wont work if you clone the wiki with git and work in local files, since the correct code in a Page.md would be [Page/example.png](..)