Render CSV in issue comments

Allow to paste CSV into code blocks, so that a block like this

```csv
one,two,three
1,2,3
2,3,4
```

is be rendered as this

image