A column slide can be defined by `{layout="columns"}` in the slide header and by defining the orientation and scope each column in subheaders with `{.left}`. `{.center}` (optional), or `{.right}` tags.
A column slide can be defined by `{layout="columns"}` in the slide header and by defining the orientation and scope each column in subheaders with `{.left}`. `{.center}` (optional), or `{.right}` tags.
Tag | Target | Effect
Tag | Target | Effect | Example
---|---|---
---|---|---
`{layout="columns"}` | Slide headers (`#`) | Use columns of this slide
`{layout="columns"}` | Slide headers (`#`) | Use columns of this slide | `# Slide header {layout="columns"}`
`{.left}` | Secondary headers (`##`) | Define start of left column
`{.left}` | Secondary headers (`##`) | Define start of left column | `## {.left}`, `## Text {.left}`
`{.center}` | Secondary headers (`##`) | Define start of central column (optional)
`{.center}` | Secondary headers (`##`) | Define start of central column (optional) |
`{.right}` | Secondary headers (`##`) | Define start of right column
`{.right}` | Secondary headers (`##`) | Define start of right column |
`{.mid}` | Slide headers (`#`) or secondary headers (`##`) | Vertically centers columns. Can be assigned to the slider header (e.g.`# Slide header {layout="columns" .mid}`) or to individual columns (e.g.`## {.right .mid}`).
`{.mid}` | Slide headers (`#`) or secondary headers (`##`) | Vertically centers columns. Can be assigned to the slider header for all columns or to individual columns. |`# Slide header {layout="columns" .mid}`,`## {.right .mid}`