Changes
Page history
Update home
authored
Apr 18, 2018
by
Dominik Gall
Show whitespace changes
Inline
Side-by-side
home.md
View page @
bfc315e1
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
## Columns
## Columns
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.
### Example:
### Example:
```
```
...
@@ -9,7 +11,9 @@
...
@@ -9,7 +11,9 @@
## Optional column title {.left}
## Optional column title {.left}
## {.center}
## Subheader in the left column
## Optional center column {.center}
## {.right}
## {.right}
...
...
...
...