View on GitHub

General Notes

Compilations of General Notes on topics like git, aws, linux, ubuntu, scp, vscode, windows, github.

Markdown in Github

Visitors

Colored Placeholders in Github

To add a colored placeholder you can use below code examples

Note: style tag won’t work in Github

Syntax

![{Alternate Text}](https://via.placeholder.com/{length}x{height}/{backgroundColor}/{textColor}?text={textMessage})

![{Alternate Text}](https://place-hold.it/{length}x{height}/{backgroundColor}/{textColor}/{shadowColor}.png&text={textMessage}&bold&italic&fontsize=100)
![aasisodiya](https://via.placeholder.com/100x50/000000/ffa500?text=aasisodiya)

![aasisodiya](https://place-hold.it/100x30/000000/ffa500/ff00ff.png&text=aasisodiya&bold&italic&fontsize=10)

Sample Output for above Code

aasisodiya

aasisodiya

Click this link to get list of all badges with Logo with their respective Markdown Code

Reference

Visitors