Update FAQ authored by Armin Bernstetter's avatar Armin Bernstetter
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
[[_TOC_]] [[_TOC_]]
## How can I create a custom Title Page? ## Creating a custom Title Page
See this page [Custom Title Slide](Templating/Custom-Title-Slide) See this page [Custom Title Slide](Templating/Custom-Title-Slide)
## How can I add custom CSS? ## Adding custom CSS
See this page [Custom CSS](Templating/Custom-CSS) See this page [Custom CSS](Templating/Custom-CSS)
## How can I use Vertical Slides? ## Adding Vertical Slides
You can add an arbitrary amount of vertical slides layers by adding `.sub` to a slide header You can add an arbitrary amount of vertical slides layers by adding `.sub` to a slide header
...@@ -29,7 +29,7 @@ consectetur adipiscing elit ...@@ -29,7 +29,7 @@ consectetur adipiscing elit
``` ```
## How do I create fragments (elements appearing one after another)? ## Creating fragments (elements appearing one after another)
- You can create blocks of content that appear only if you continue clicking by adding `.fragment` to them. - You can create blocks of content that appear only if you continue clicking by adding `.fragment` to them.
- You can create lists where the items appear after another by prepending `>` to the list items - You can create lists where the items appear after another by prepending `>` to the list items
...@@ -56,7 +56,7 @@ Appears if you go continue with the presentation ...@@ -56,7 +56,7 @@ Appears if you go continue with the presentation
- Third Element - Third Element
``` ```
## How do I create columns? ## Creating columns
There are multiple ways to create columns in decker. There are multiple ways to create columns in decker.
...@@ -96,7 +96,7 @@ Lorem Ipsum ...@@ -96,7 +96,7 @@ Lorem Ipsum
# Speaker Notes Slide {.notes} # Speaker Notes Slide {.notes}
``` ```
## PDFs ## Creating PDFs
There are currently two ways to create PDFs from your HTML presentation slides. Both require the browser Google Chrome to be installed. There are currently two ways to create PDFs from your HTML presentation slides. Both require the browser Google Chrome to be installed.
... ...
......