Topic on Extension talk:WikiMarkdown

2001:250:1001:A008:0:0:2:1BB3 (talkcontribs)

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!

Kuenzign (talkcontribs)

You should be able to use the same url that you are able to use to display the raw image in your browser. If you go to the File page and then click on the image, it should take you to the url where the raw image is hosted at. This isn't a very nice way to do it though, so I'd recommend putting an issue on the GitHub repo to have native support for MediaWiki File pages.

Reply to "Inserting images"