When I import notes from Zotero into Obsidian, images (the rectangle notes aka screen grabber for grafics in the books) are displayed like this:

This results in the images not being shown because the correct Obsidian Markdown format would be:
![[IGBA3KUR.png]]
What can I do to ensure that these images are displayed correctly without having to manually adjust the Markdown formatting everywhere?
Things I have tried
I tried various plugins suggested by chatgpt but they didn’t work. I have the feeling I am missing something really simple here because it seems too obvious.
Perfect, it solved it for me.
For future reference: I put in the commands in the custom Regex rules:
Title: fix image links
) <=delete the spaces, I just need to put it here so the html viewer doesnt start
gm
![[$1]]