put code in md code example
Example 1: code blocks md
```
function test() {
console.log("notice the blank line before this function?");
}
```
Example 2: readme.md code snippet
I think you should use an
`<addr>` element here instead.
```
function test() {
console.log("notice the blank line before this function?");
}
```
I think you should use an
`<addr>` element here instead.