Code blocks without syntax highlighting:
```
Some plain
code block
fooo
```
Or with syntax highlighting, eg, Rust:
```rust
fn main() {
}
```
Or Scala:
```scala
object HelloWorld {
def main(args: Array[String]): Unit = {
}
}
```
A highlighted code block nested in a list item, to check that every line of
the block keeps the same indentation:
-
SELECT 1
FROM t;