readme list 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_
Example 3: link in markdown
[Name](Link)
Example 4: bullet point list readme.md
This will create a bullet point list in your markdown
Markup : * Bullet list
* Nested bullet
* Sub-nested bullet etc
* Bullet list item 2