Graham
0
Q:

code blocks md

```
function test() {
  console.log("notice the blank line before this function?");
}
```
1
```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```
 
```python
s = "Python syntax highlighting"
print s
```
 
```
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.
```
0

New to Communities?

Join the community