.md blocks of code code example
Example: code blocks md
```
function test() {
console.log("notice the blank line before this function?");
}
```
```
function test() {
console.log("notice the blank line before this function?");
}
```