optional markdown blocks code example
Example 1: code blocks md
```
function test() {
console.log("notice the blank line before this function?");
}
```
Example 2: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
```
function test() {
console.log("notice the blank line before this function?");
}
```
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)