Steps to reproduce
- Create a Vault, create a note named Readme.md (or README.md or readme.md) in the root.
- Paste an image in this readme using ![[image_name]] notation.
- Push the vault to Github or Gitlab repo.
Expected result
Images are displayed correctly on the webpage of the repository.
Actual result
Image links are decoded as missing Wiki pages on those resources.
Environment
Any
Additional information
If I use a dedicated markdown tag for images (text)[image_file]
, which works for websites capable of showing markdown documents, Obsidian won’t display the image, instead displaying the tag as a document link (which is obviously not existing in the vault).
So for all it seems Obsidian has just swapped the meaning of URL and Image tags it its layout: Wiki page tag is used as image and image/URL tag is used as page link.