---
title: A simple table
---

See @tab:simple.

<!-- ... -->

```{r}
#| simple, tab.cap = 'First 3 rows of the `cars` data.',
head(cars, 3)
```
