github readme.md markdown code example
Example 1: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 2: github link markdown
[Title](https://www.somewebsite.com)
Example 3: githum readme bold
**This text will be bold**
__This will also be bold__
_You **can** combine them_