make list markdown code example
Example 1: markdown hyperlink syntax
[Link to Google](https://www.google.com)
Example 2: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 3: markdown bullet list
* Item
* Item
- Item
- Item
Example 4: markdown list
1. First item
2. Second item
3. Third item
- Indented item
- Indented item
4. Fourth item