md put code code example
Example 1: code blocks md
```
function test() {
console.log("notice the blank line before this function?");
}
```
Example 2: Markdown image
![Text here](URL)
```
function test() {
console.log("notice the blank line before this function?");
}
```
![Text here](URL)