title: Code Includes and Table Fit
author: md2any examples
aspect: 16:9
table_fit: auto
Fenced code blocks can pull from files next to the markdown source and keep
the original line numbers in code gutters and continuation slides.
```rust file=assets/snippet.rs#L5-L13 title="state update"
```
`--table-fit auto` keeps the first column as a key column when a wide table is
split into readable column groups.