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 | Example
---|---|---
---|---|---|---
`{layout="columns"}` | Slide headers (`#`) | Use columns of this slide | `# Slide header {layout="columns"}`
`{.left}` | Secondary headers (`##`) | Define start of left column | `## {.left}`, `## Text {.left}`
`{.center}` | Secondary headers (`##`) | Define start of central column (optional) |