how to make bullet points on github code example
Example 1: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 2: githum readme bold
**This text will be bold**
__This will also be bold__
_You **can** combine them_
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
**This text will be bold**
__This will also be bold__
_You **can** combine them_