Skip to content

Instantly share code, notes, and snippets.

@syofyanzuhad
Forked from gbraad/README.md
Created June 11, 2021 08:45
Show Gist options
  • Save syofyanzuhad/57c6c54e2e76455d63f3977ed1174396 to your computer and use it in GitHub Desktop.
Save syofyanzuhad/57c6c54e2e76455d63f3977ed1174396 to your computer and use it in GitHub Desktop.
Buy me a coffee

Buy me a coffee

Using inlined HTML

Buy Me A Coffee

<a href="https://www.buymeacoffee.com/gbraad" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

Using Markdown

"Buy Me A Coffee"

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/gbraad)

Note: the option target=_blank is not part of the standard Markdown defintion, so I added the extension option but this might not be supported by the parser. You can test this by using:

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/gbraad){:target="_blank"}

if the text gets printed you are out of luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment