diff options
Diffstat (limited to '')
-rw-r--r-- | public/docs/yaml-metadata.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/docs/yaml-metadata.md b/public/docs/yaml-metadata.md index 888345f7..e3012b3a 100644 --- a/public/docs/yaml-metadata.md +++ b/public/docs/yaml-metadata.md @@ -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. |