How can I add a clickable image to GitHub ReadMe.MD file, I just can add Images as mentioned at Add images in GitHub but I need to make a hyperlinked image and then click on the image it redirects to the specified link in GitHub!
I can easily do that in the HTML using the below code, But I need to make the same clickable image on GitHub
<a href=""><img src="" /></a>
How to add image with a Hyperlink in GitHub?