MichaelCurrin / badge-generator

Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
https://michaelcurrin.github.io/badge-generator/
MIT License
390 stars 113 forks source link

Add alternative for image with size to Images page #43

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

This works in plain markdown!

[<img src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/icloud.svg' alt='website' height='40'>](https://arturssmirnovs.github.io/github-profile-readme-generator/)  

website

From https://github.com/arturssmirnovs/github-profile-readme-generator

MichaelCurrin commented 4 years ago

And also as HTML, this was generated by GH when uploading an image to an issue

<img width="433" alt="Screen Shot 2020-09-17 at 1 07 30 pm" src="https://user-images.githubusercontent.com/18750745/93462663-f5e7d800-f8e6-11ea-901f-e71add2250a0.png">
Screen Shot 2020-09-17 at 1 07 30 pm