## Markdown __rulez__!
---
### Syntax highlight
```typescript
const language = 'typescript';
```
### Lists
1. Ordered list
2. Another bullet point
- Unordered list
- Another unordered bullet point
### Blockquote
> Blockquote to the max
### Diagrams
> **blockdiag**
@startblockdiag
blockdiag {
A -> B -> C;
group {
orientation = portrait
C -> D -> E;
}
}
@endblockdiag
> **bytefield**
@startbytefield