We have snazzy code highlighting here on chainBB now:
console.log("hello world");
Markdown to do this:
``` js
console.log("hello world");
```
We have snazzy code highlighting here on chainBB now:
console.log("hello world");
Markdown to do this:
``` js
console.log("hello world");
```
console.log("woot!");