xxxxxxxxxx
#This embeds a link into an image
#And works find in GitHub Readme
#As of Jan 2022
<p>
<a href="http://google.com" title="Redirect to homepage">
<img src="image_url_link/image.png" alt="homepage" />
</a>
</p>
xxxxxxxxxx

xxxxxxxxxx
[<img src="http://www.google.com.au/images/nav_logo7.png">](http://google.com.au/)
[](http://google.com.au/)
xxxxxxxxxx
# This will turn your image into a clickable link
<p>
<a href="https://www.google.com" title="badge authenticity">
<img src="path_to_image.png" alt="Homepage" />
</a>
</p>