add code markdown code example
Example 1: code in markdown
```
```
EXAMPLE
```python
print("Hello World")
```
Example 2: Markdown image
![Text here](URL)
Example 3: markdown hyperlink syntax
[Link to Google](https://www.google.com)
Example 4: bold markdown
# Bold
I just love **bold text**.
I just love __bold text__.
Love**is**bold
# Italic
Italicized text is the *cat's meow*.
Italicized text is the _cat's meow_.
A*cat*meow