markdown html pre syntax 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?");
}
```