No idea how hard it would be but it would be nice to have code blocks with syntax highlighting like on Github, so you could write something like
```python
def f(x):
return x
```
and get

No idea how hard it would be but it would be nice to have code blocks with syntax highlighting like on Github, so you could write something like
```python
def f(x):
return x
```
and get
