badges / shields

Concise, consistent, and legible badges in SVG and raster format
https://shields.io
Creative Commons Zero v1.0 Universal
23.43k stars 5.49k forks source link

Wrap badges into links #4726

Open AlexWayfer opened 4 years ago

AlexWayfer commented 4 years ago

:clipboard: Description

It'd be nice to have (copy) badges not only as images, but as images in links!

When it's supported (opened) by service.

Actual behavior

Markdown for Cirrus CI AlexWayfer/flame repository:

![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame)

The same for Travis CI: https://travis-ci.org/puma/puma

Circle CI: https://circleci.com/gh/rubocop-hq/rubocop/tree/master

Etc.

Expected behavior

[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame)](https://cirrus-ci.com/github/AlexWayfer/flame)
PyvesB commented 4 years ago

Hi @AlexWayfer,

We support links in badges, for example: https://img.shields.io/cirrus/github/AlexWayfer/flame?link=https://cirrus-ci.com/github/AlexWayfer/flame

Is this what you're looking for?

AlexWayfer commented 4 years ago

Hm, sorry. I'm talking about this:

image

So, I'd like to copy Markdown of badge with link. And I don't see an option for this.

calebcartwright commented 4 years ago

If I understand the request correctly, I think it may be a duplicate of #3928

AlexWayfer commented 4 years ago

If I understand the request correctly, I think it may be a duplicate of #3928

Thank you, let's try to merge it.