mirror of https://github.com/status-im/codimd.git
Update yams-metadata doc for slide theme
This commit is contained in:
parent
38cf2f7535
commit
8f4be63df4
|
@ -134,6 +134,9 @@ This option allow you provide custom options to slide mode.
|
||||||
Please below document for more details:
|
Please below document for more details:
|
||||||
https://github.com/hakimel/reveal.js/#configuration
|
https://github.com/hakimel/reveal.js/#configuration
|
||||||
|
|
||||||
|
You could also set slide theme which named in below css files:
|
||||||
|
https://github.com/hakimel/reveal.js/tree/master/css/theme
|
||||||
|
|
||||||
**Notice: always use two spaces as indention in YAML metadata!**
|
**Notice: always use two spaces as indention in YAML metadata!**
|
||||||
|
|
||||||
> default: not set (which use default slide options)
|
> default: not set (which use default slide options)
|
||||||
|
@ -142,4 +145,5 @@ https://github.com/hakimel/reveal.js/#configuration
|
||||||
```xml
|
```xml
|
||||||
slideOptions:
|
slideOptions:
|
||||||
transition: fade
|
transition: fade
|
||||||
|
theme: white
|
||||||
```
|
```
|
Loading…
Reference in New Issue