Update FAQ authored by Armin Bernstetter's avatar Armin Bernstetter
# Frequently Asked Questions # Frequently Asked Questions
(Also includes not-so-frequently asked questions)
[[_TOC_]] [[_TOC_]]
## Creating a custom Title Page ## Creating a custom Title Page
...@@ -124,3 +126,22 @@ This will change the layout and you can now ...@@ -124,3 +126,22 @@ This will change the layout and you can now
- Change the Margins to None. - Change the Margins to None.
- Enable the Background graphics option. - Enable the Background graphics option.
- Click Save. - Click Save.
## Revealing two `fragment` blocks at once
```
# Fragment Blocks
## Will appear first {.fragment data-fragment-index="1"}
a
## Will appear afterwards {.fragment data-fragment-index="1"}
b
## Will appear at the same time as the block above {.fragment data-fragment-index="1" }
c
```
\ No newline at end of file