README.md bullet points code example
Example 1: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 2: link in markdown
[Name](Link)
Example 3: 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