So I am trying to add a image, specifically LinkedIn icon, which contains a hyperlink to my linkedin profile URL. Based on this previous question Add image with link in Github's README.md?, I tried the following syntax:
[](www.linkedin.com/in/myprofile)
The image shows up fine, but clicking on it does not go to "www.linkedin.com/in/myprofile", instead it redirects to "https://github.com/myuser/blob/main/www.linkedin.com/in/myprofile". How can I fix this?