Update Configuration Options (YAML Meta Data) authored by Armin Bernstetter's avatar Armin Bernstetter
...@@ -76,6 +76,23 @@ author: "Isaac Asimov" ...@@ -76,6 +76,23 @@ author: "Isaac Asimov"
``` ```
</details> </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 ### autoSlide
<details> <details>
...@@ -937,7 +954,6 @@ The options here need clarification! ...@@ -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. This section will be removed once all deprecated or outdated options in the above sections have been found.
- author-meta - author-meta
- authors
- background-image - background-image
- date-meta vs date - date-meta vs date
- dir: has been deprecated/not supported in HTML5 - dir: has been deprecated/not supported in HTML5
... ...
......