Tables
Pipe tables
| A | B | C |
| --- | --- | --- |
| 1 | 2 | 3 |
| 4 | 5 | 6 |Empty cells
| D | E |
| --- | --- |
| 1 | |
| | 2 |Rich cell content
| _Emphasized header_ | `Code header` |
| ----------------------- | --------------- |
| `Code inline` | **Strong cell** |
| `6 * 7`{python exec} | `2 \\pi r^2`{tex} |
| `Code with language`{r} | H~2~O |Code header | |
|---|---|
Code inline | |
Code with language |
Column alignment
| Left | Center | Right |
| :--- | :----: | ----: |
| L1 | C1 | R1 |
| L2 | C2 | R2 |Captioned tables
::: table
::: table 3
The caption.
| A | B |
| --- | --- |
| 1 | 2 |
Some notes.
:::