When I go to shields.io, to make a badge, it usually doesn't appear as the full button, and instead the alternative text.
<img alt="Static Badge" src="https://img.shields.io/badge/Japanese?style=flat-square&link=https%3A%2F%2Fgithub.com%2FTokynBlast%2FpyTGM%2Fblob%2Fmain%2FREADME.jp.md">
I've also tried GitHub Flavored MarkDown, which has also not worked. I copied the HTML directly from the site. The only badge I can find that works are the exaples (e.x. https://img.shields.io/badge/any_text-you_like-blue)
On GitHub, somebody said the formatting was wrong for a text display UI. Other than that, I'm not sure what happened.
The actual repo on GitHub this is from is here The attached image is what it looks like for me
P.S. I have changed the Badge content here, to keep it English!
here is below fixed badge
<img alt="Static Badge" src="https://img.shields.io/badge/Language-Japanese-red?style=flat-square&link=https%3A%2F%2Fgithub.com%2FTokynBlast%2FpyTGM%2Fblob%2Fmain%2FREADME.jp.md">
Shields.io needs this format:
https://img.shields.io/badge/<label>-<message>-<color>
Without all parts, it shows a broken image.
now you can display your badge