DEV Community

bravemaster619
bravemaster619

Posted on

Add a markdown version for DEV badge link

You can find your DEV badge link here.

<a href="https://dev.to/bravemaster619">
  <img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="bravemaster619's DEV Profile" height="30" width="30">
</a>
Enter fullscreen mode Exit fullscreen mode

I think it would be better if it includes markdown version too.

[![bravemaster619's DEV Profile](https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg)](https://dev.to/bravemaster619)
Enter fullscreen mode Exit fullscreen mode

Should I open an issue in github instead?

Click ❤️ if you like the idea!

UPDATE

I've sent a PR to dev.to team. You can check its status here.

Happy coding!

Latest comments (10)

Collapse
 
vuong profile image
vuong ⛈️

How to customize the image size?

Collapse
 
achida profile image
Nuruddeen Salis
<head> <link href="/your-path-to-font awesome/css/all.css" rel="stylesheet"> <!--load all styles --> </head> <body> <i class="fas fa-user"></i> <!-- uses solid style --> <i class="far fa-user"></i> <!-- uses regular style --> <i class="fal fa-user"></i> <!-- uses light style --> <!--brand icon--> <i class="fab fa-github-square"></i> <!-- uses brands style --> </body>
Collapse
 
achida profile image
Nuruddeen Salis

Y-C Dev team

Collapse
 
achida profile image
Nuruddeen Salis

Nuruddeen Salis's DEV Profile

Collapse
 
kenbellows profile image
Ken Bellows

Yay open source! Good work everyone! (Especially @bravemaster619 !)

Collapse
 
terabytetiger profile image
Tyler V. (he/him)

You should absolutely submit the PR for this - it would be a magnificent addition!

Collapse
 
nombrekeff profile image
Keff

Yup, I would love to have this feature

Collapse
 
kallmanation profile image
Nathan Kallman

I think its a good idea! Since DEV is open source, you can probably open a PR to suggest the addition: github.com/thepracticaldev/dev.to/...

Collapse
 
bravemaster619 profile image
bravemaster619

Thanks for the links! I'll try open a PR. :)

Collapse
 
ben profile image
Ben Halpern

Merged! 🎉