@@ -25,7 +25,7 @@ This option will set the note title which prior than content title.
2525> default: not set
2626
2727** Example**
28- ``` xml
28+ ``` yml
2929title : meta title
3030` ` `
3131
@@ -36,7 +36,7 @@ This option will set the note description.
3636> default: not set
3737
3838**Example**
39- ``` xml
39+ ` ` ` yml
4040description : meta description
4141` ` `
4242
@@ -47,7 +47,7 @@ This option will set the tags which prior than content tags.
4747> default: not set
4848
4949**Example**
50- ``` xml
50+ ` ` ` yml
5151tags : features, cool, updated
5252` ` `
5353
@@ -62,7 +62,7 @@ So you can prevent any search engine index your note by set `noindex, nofollow`.
6262> default: not set
6363
6464** Example**
65- ``` xml
65+ ``` yml
6666robots : noindex, nofollow
6767` ` `
6868
@@ -75,21 +75,21 @@ https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
7575> default: not set (which will be en)
7676
7777**Example**
78- ``` xml
78+ ` ` ` yml
7979langs : ja-jp
8080` ` `
8181
8282dir
8383---
84- This option provide to describe the direction of the text in this note.
84+ This option specifies the direction of the text in this note.
8585You can only use whether ` rtl` or `ltr`.
8686Look more at here :
8787http://www.w3.org/International/questions/qa-html-dir
8888
8989> default: not set (which will be ltr)
9090
9191**Example**
92- ``` xml
92+ ` ` ` yml
9393dir: rtl
9494` ` `
9595
@@ -102,35 +102,46 @@ You can only use whether `true` or `false`.
102102> default: not set (which will be true)
103103
104104**Example**
105- ``` xml
105+ ` ` ` yml
106106breaks: false
107107` ` `
108108
109109GA
110110---
111- This option allow you to enable Google Analytics with your ID.
111+ This option allows you to enable Google Analytics with your ID.
112112
113113> default: not set (which won't enable)
114114
115115**Example**
116- ``` xml
116+ ` ` ` yml
117117GA: UA-12345667-8
118118` ` `
119119
120120disqus
121121---
122- This option allow you to enable Disqus with your shortname.
122+ This option allows you to enable Disqus with your shortname.
123123
124124> default: not set (which won't enable)
125125
126126**Example**
127- ``` xml
127+ ` ` ` yml
128128disqus: codimd
129129` ` `
130130
131+ type
132+ ---
133+ This option allows you to switch the document view to the slide preview, to simplify live editing of presentations.
134+
135+ > default: not set
136+
137+ **Example:**
138+ ` ` ` yml
139+ type: slide
140+ ` ` `
141+
131142slideOptions
132143---
133- This option allow you provide custom options to slide mode.
144+ This option allows you to provide custom options to slide mode.
134145Please below document for more details :
135146https://github.com/hakimel/reveal.js/#configuration
136147
@@ -142,7 +153,7 @@ https://github.com/hakimel/reveal.js/tree/master/css/theme
142153> default: not set (which use default slide options)
143154
144155**Example**
145- ``` xml
156+ ` ` ` yml
146157slideOptions:
147158 transition: fade
148159 theme: white
0 commit comments