@@ -25,7 +25,7 @@ This option will set the note title which prior than content title.
25
25
> default: not set
26
26
27
27
** Example**
28
- ``` xml
28
+ ``` yml
29
29
title : meta title
30
30
` ` `
31
31
@@ -36,7 +36,7 @@ This option will set the note description.
36
36
> default: not set
37
37
38
38
**Example**
39
- ``` xml
39
+ ` ` ` yml
40
40
description : meta description
41
41
` ` `
42
42
@@ -47,7 +47,7 @@ This option will set the tags which prior than content tags.
47
47
> default: not set
48
48
49
49
**Example**
50
- ``` xml
50
+ ` ` ` yml
51
51
tags : features, cool, updated
52
52
` ` `
53
53
@@ -62,7 +62,7 @@ So you can prevent any search engine index your note by set `noindex, nofollow`.
62
62
> default: not set
63
63
64
64
** Example**
65
- ``` xml
65
+ ``` yml
66
66
robots : noindex, nofollow
67
67
` ` `
68
68
@@ -75,21 +75,21 @@ https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
75
75
> default: not set (which will be en)
76
76
77
77
**Example**
78
- ``` xml
78
+ ` ` ` yml
79
79
langs : ja-jp
80
80
` ` `
81
81
82
82
dir
83
83
---
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.
85
85
You can only use whether ` rtl` or `ltr`.
86
86
Look more at here :
87
87
http://www.w3.org/International/questions/qa-html-dir
88
88
89
89
> default: not set (which will be ltr)
90
90
91
91
**Example**
92
- ``` xml
92
+ ` ` ` yml
93
93
dir: rtl
94
94
` ` `
95
95
@@ -102,29 +102,29 @@ You can only use whether `true` or `false`.
102
102
> default: not set (which will be true)
103
103
104
104
**Example**
105
- ``` xml
105
+ ` ` ` yml
106
106
breaks: false
107
107
` ` `
108
108
109
109
GA
110
110
---
111
- This option allow you to enable Google Analytics with your ID.
111
+ This option allows you to enable Google Analytics with your ID.
112
112
113
113
> default: not set (which won't enable)
114
114
115
115
**Example**
116
- ``` xml
116
+ ` ` ` yml
117
117
GA: UA-12345667-8
118
118
` ` `
119
119
120
120
disqus
121
121
---
122
- This option allow you to enable Disqus with your shortname.
122
+ This option allows you to enable Disqus with your shortname.
123
123
124
124
> default: not set (which won't enable)
125
125
126
126
**Example**
127
- ``` xml
127
+ ` ` ` yml
128
128
disqus: codimd
129
129
` ` `
130
130
@@ -135,13 +135,13 @@ This option allows you to switch the document view to the slide preview, to simp
135
135
> default: not set
136
136
137
137
**Example:**
138
- ``` xml
138
+ ` ` ` yml
139
139
type: slide
140
140
` ` `
141
141
142
142
slideOptions
143
143
---
144
- This option allow you provide custom options to slide mode.
144
+ This option allows you to provide custom options to slide mode.
145
145
Please below document for more details :
146
146
https://github.com/hakimel/reveal.js/#configuration
147
147
@@ -153,7 +153,7 @@ https://github.com/hakimel/reveal.js/tree/master/css/theme
153
153
> default: not set (which use default slide options)
154
154
155
155
**Example**
156
- ``` xml
156
+ ` ` ` yml
157
157
slideOptions:
158
158
transition: fade
159
159
theme: white
0 commit comments