pull down to refresh

Another brainstorm - what about syntax highlighting in markdown? Using following syntax to pick the language (e.g. here "sh" or "bash"):

```sh
echo "hello from bash"
```

Ohh, good request! Everytime I create a post with code, I think about this but then I forget. Will create a ticket this time.

reply