Syntax highlighting with prism.js
Our blog now supports prism.js, a syntax highlighting framework. It even supports TypeScript. Look at that:
public do(): string{
return "it";
}
To use it when writing an article do this:
```typescript```
Have a look at the documentation for more languages: http://prismjs.com/#languages-list