Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upfix code style badge markdown #760
Comments
This comment has been minimized.
This comment has been minimized.
|
Noticed this too today, I think given the wide spread use of this badge it
should probably either be brought up with shields.io or GitHub support
…On Tue, Jan 24, 2017, 16:21 Michael Cavalea ***@***.***> wrote:
noticed in trying to add the code style badge (the shields.io one) to
some of my READMEs that copy/pasting the code on the README doesn't work.
GitHub seems to get tripped up on the URL encoded space - replacing the
%20 encode with an _ yields the same text, and fixes the badge embed.
Submitted a PR too:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#760>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWlepmyQeyLMd-rzPFYIMeSI2RJhL0Bks5rVhcSgaJpZM4LsZJH>
.
|
feross
closed this
in
847ef63
Jan 24, 2017
feross
added a commit
that referenced
this issue
Jan 24, 2017
This comment has been minimized.
This comment has been minimized.
|
Thanks for the PR, merged it. I wasn't able to reproduce the issue, though. Maybe it was a transient issue? Can you check and see if |
This comment has been minimized.
This comment has been minimized.
|
@yoshuawuyts @feross still seeing the problem on my end - also not seeing |
This comment has been minimized.
This comment has been minimized.
|
@callmecavs Do you have a link to a readme that exhibits the issue? Sounds like they updated the version of https://github.com/github/markup ? |
feross
reopened this
Jan 24, 2017
This comment has been minimized.
This comment has been minimized.
|
@feross highlighting is broken here, and code style badge broken here for me (incognito, no extensions) agreed that it might be a markdown change - maybe a |
This comment has been minimized.
This comment has been minimized.
|
The badge is not broken for me in Chrome Stable. See: What is the http response codes that you get for the following URLs?
|
This comment has been minimized.
This comment has been minimized.
dougwilson
commented
Jan 25, 2017
|
Many shields io badges have a space. I have been seeing over the past week at least github flipping between them broken and not broken. I assume this is a general github issue. |
This comment has been minimized.
This comment has been minimized.
|
@feross @dougwilson getting random 504's on some cached badges - looking at the choo repo again, now its the npm badge. could be related to GitHub caching, changing to an |
This comment has been minimized.
This comment has been minimized.
|
I've reached out to GitHub support on Twitter. Closing this, as it's not a |
feross
closed this
Jan 25, 2017
This comment has been minimized.
This comment has been minimized.
|
@callmecavs GitHub is asking if you can open an issue about this here http://git.io/c |
This comment has been minimized.
This comment has been minimized.
|
@feross i opened one yesterday when I pinged GitHub on twitter about it, ill submit another in a bit |
This comment has been minimized.
This comment has been minimized.
|
No worries if you already opened an issue |
This comment has been minimized.
This comment has been minimized.
|
will let you known when i hear back |


callmecavs commentedJan 24, 2017
•
edited
noticed in trying to add the code style badge (the shields.io one) to some of my READMEs that copy/pasting the code on the README doesn't work.
GitHub seems to get tripped up on the URL encoded space - replacing the
%20encode with an_yields the same text, and fixes the badge embed.Submitted a PR too: #761