how to syntax highlighting in github markdown 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?");
}
```