Changes
Page history
Update FAQ
authored
Nov 26, 2020
by
Armin Bernstetter
Show whitespace changes
Inline
Side-by-side
FAQ.md
View page @
5b815b8d
...
@@ -145,3 +145,20 @@ b
...
@@ -145,3 +145,20 @@ b
c
c
```
```
## Centering an image on a slide
To center an image on a slide (but not the rest of the content) you can use an empty level 2 header
```
# Slide
This text is left aligned
## {align="center"}

##
This text ist also left aligned
```
\ No newline at end of file