pull down to refresh
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
pull down to refresh
Ohh, good request! Everytime I create a post with code, I think about this but then I forget. Will create a ticket this time.
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"
```