Consider
```markdown
![with title](image.png)
![](image.png)
```
Then in Preview mode we see that for the second line the code highlighter did not work
Consider
```markdown
![with title](image.png)
![](image.png)
```
Then in Preview mode we see that for the second line the code highlighter did not work
I can reproduce this.
Though, why not use ![[image.png]]
if you don’t intend on providing a title?
I think it’s out of scope for the bug. Some people try to avoid using wikilinks by all means