link image markdown code example

Example 1: how to insert an image in markdown

![image info](./pictures/image.png)

Example 2: how to create link in readme.md

[a link] (https://github.com/user/repo/blob/branch/other_file.md)

Example 3: markdown embed image

![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)

Example 4: code in markdown

```<name of the language>
<code>
```

EXAMPLE

```python
print("Hello World")
```

Example 5: markdown image

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Example 6: Markdown image

![Text here](URL)

Tags:

Html Example