To split the layout of a slide into two columns at your point of choosing add the `{.split}` parameter to a level 2 [header](https://gitlab2.informatik.uni-wuerzburg.de/s334445/decker-struktur-wiki/-/wikis/Slide-Layout#headers).
To split the layout of a slide into two columns at your point of choosing add the `{.split}` parameter to a level 2 [header](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers).
Use a grid layout in slides by adding `{.grid}` to the slide [header](), and by defining columns using level-2 headers (##) with the position of each column noted as `{.top-left}`,`{.top}`,`{.top-right}`,`{.left}`, `{.center}`,`{.right}`,`{.bottom-left}`,`{.bottom}`, or `{.bottom-right}`.
Use a grid layout in slides by adding `{.grid}` to the slide [header](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers), and by defining columns using level-2 headers (##) with the position of each column noted as `{.top-left}`,`{.top}`,`{.top-right}`,`{.left}`, `{.center}`,`{.right}`,`{.bottom-left}`,`{.bottom}`, or `{.bottom-right}`.
```markdown
# Grid Layout {.grid}
...
...
@@ -85,7 +85,7 @@ Use a grid layout in slides by adding `{.grid}` to the slide [header](), and by
Add slides below the current slide by adding `{.sub}` to the slide header. Navigate to these slides using the `↓` key or by pressing the space-bar. The yaml option `vertical-slides` defaults to `true`.
Add slides below the current slide by adding `{.sub}` to the slide`s [level 1 header](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers). Navigate to these slides using the `↓` key or by pressing the space-bar. The yaml option `vertical-slides` defaults to `true`.
You can set images or color as your slide background.
The last image in a level 1 `#`[header]() is promoted to the slide background.
The last image in a level 1 `#` [header](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers) is promoted to the slide background.
To color your background add `{style="background-color:COLOR"}`. COLOR is a standin for any other color you wish to use e.g. `green`.
**Example:**
...
...
@@ -127,7 +127,7 @@ To color your background add `{style="background-color:COLOR"}`. COLOR is a stan
# Element Layout
## Fragments
Adding the `{.fragment}` parameter to [headers](https://gitlab2.informatik.uni-wuerzburg.de/s334445/decker-struktur-wiki/-/wikis/Slide-Layout#headers) allows for a divded slides into segments, which get revealed sequentially.
Adding the `{.fragment}` parameter to [headers](https://gitlab2.informatik.uni-wuerzburg.de/decker/decker/-/wikis/Slide-Layout#headers) allows for a divded slides into segments, which get revealed sequentially.