In Github/MD, if we want to enable code block when it is a child of list, we need to intent it by 8 spaces.
But how to make that code block has the syntax highlighting feature?
The following code does not work as expected...
1. foo
```python
print 'bar'
```
2. bar
