create a link in md file code example
Example 1: how to create link in readme.md
[a link] (https://github.com/user/repo/blob/branch/other_file.md)
Example 2: code in markdown
```
```
EXAMPLE
```python
print("Hello World")
```
[a link] (https://github.com/user/repo/blob/branch/other_file.md)
```
```
EXAMPLE
```python
print("Hello World")
```