mirror of https://github.com/status-im/codimd.git
Add documentation for type field
The yaml-metadata documentation should mention the type field. This is also open for future extension. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
44ca7be294
commit
3020c11d11
|
@ -128,6 +128,17 @@ This option allow you to enable Disqus with your shortname.
|
|||
disqus: codimd
|
||||
```
|
||||
|
||||
type
|
||||
---
|
||||
This option allows you to switch the document view to the slide preview, to simplify live editing of presentations.
|
||||
|
||||
> default: not set
|
||||
|
||||
**Example:**
|
||||
```xml
|
||||
type: slide
|
||||
```
|
||||
|
||||
slideOptions
|
||||
---
|
||||
This option allow you provide custom options to slide mode.
|
||||
|
|
Loading…
Reference in New Issue