markdown syntax title code example
Example 1: code in markdown
```<name of the language>
<code>
```
EXAMPLE
```python
print("Hello World")
```
Example 2: Markdown heading
# Title //Creates a h1
## Title //Creates a h2
##### Title //Creates a h5