Update Configuration Options (YAML Meta Data) authored by Armin Bernstetter's avatar Armin Bernstetter
......@@ -76,6 +76,23 @@ author: "Isaac Asimov"
```
</details>
### authors
<details>
This is an option for multiple authors with different affiliations. It currently only works with `mario: true` which uses Mario Botsch's CSS settings.
```
authors:
- name: Mario
affiliation: Dortmund
- name: Marc
affiliation: Würzburg
- name: Henrik
affiliation: Berlin
```
</details>
### autoSlide
<details>
......@@ -937,7 +954,6 @@ The options here need clarification!
This section will be removed once all deprecated or outdated options in the above sections have been found.
- author-meta
- authors
- background-image
- date-meta vs date
- dir: has been deprecated/not supported in HTML5
......
......