Hey, I just noticed that my custom badges for code coverage shown in percentage are broken.
https://badgen.net/badge/coverage/7.79%25/red
When remove the % it works. The %25 is for the % symbol.
Any ideas how to achieve that? I guess it's something with the encodings.
Seems to be displaying correctly for me
Screenshot:

Live:
Same as @wopian
@tunnckoCore Is it got unescaped before treating as image src?
Hm. Now it works. That was weird :laughing:
Most helpful comment
Hm. Now it works. That was weird :laughing: