Hello,
I'm trying to insert an image using vanilla Markdown semantics:
![SomeText](://my_ip/index.php/File:some_image.png)
To avoid spam, the link header is removed.
But this does not correctly show the image.
I'm wondering how I can insert images correctly? Thanks!