How do I use the logo
option in shields.io badges?
For example, something like this
[](https://www.raspberrypi.org)
renders as this
which doesn't give the expected result.
you need to base64 the logo you can use http://b64.io/ to convert your png to base64 code the link need to be entity escaped your image was too large for the uri, you can scale it to 14px of height.