Is there a way to convert wiki image link into tranditional markdown link?

What I’m trying to do

I used to using wiki image link in obsidian:

![[some-image]]

which is the setting in obsidian.

And today I found this is not a standard way in markdown. And I turned the option off in Obsidian
图片

However, the old markdown files are still using wikilinks.
My question is that is there a way to convert these wikilinks into markdown image links?

thx.

Things I have tried

There are some plugins that can do that. Try, for example, the Links plugin.

thx, that works.