Update home authored by Dominik Gall's avatar Dominik Gall
...@@ -35,7 +35,7 @@ Parameter | Options | Effect ...@@ -35,7 +35,7 @@ Parameter | Options | Effect
## 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. 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 Tag | Target | Effect | Example
---|---|---|--- ---|---|---|---
...@@ -66,7 +66,7 @@ Tag | Target | Effect | Example ...@@ -66,7 +66,7 @@ Tag | Target | Effect | Example
## Dense Slide Layouts ## Dense Slide Layouts
Slides can be vertically compressed to decrease the height of the content by assigning one of the following tags: Slides can be vertically compressed to decrease the height of the content by assigning `{.dense}`, `{.x-dense}`, or `{.xx-dense}` to slide headers.
Tag | Target | Effect | Example Tag | Target | Effect | Example
---|---|---|--- ---|---|---|---
... ...
......