It would be great if there was a slide layout that permitted displaying code (for example for a programming lecture).
This could be easily achieved using markdown code blocks.
E.g.
```r
fun <- function() {
print("hello world")
}
```
If the displayed code could be syntax coloured that would be even greater.