File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -238,17 +238,23 @@ pre .hljs {
238
238
239
239
{{ /if }}
240
240
241
- {{ #if description.body }}
242
-
243
241
<section class =" examples" >
244
242
245
243
<h3 >Examples</h3 >
246
244
247
245
{{{ description.body }}}
248
246
249
- </ section >
247
+ {{ #each tags }}
250
248
251
- {{ /if }}
249
+ {{ #ifCond type " example" }}
250
+
251
+ <pre ><code >{{ string }} </code ></pre >
252
+
253
+ {{ /ifCond }}
254
+
255
+ {{ /each }}
256
+
257
+ </section >
252
258
253
259
<section class =" code" >
254
260
Original file line number Diff line number Diff line change 40
40
41
41
{{ /if }}
42
42
43
- {{ #if description.body }}
44
-
45
43
###Examples
46
44
47
45
{{{ description.body }}}
48
46
49
- {{ /if }}
47
+ {{ #each tags }}{{ #ifCond type " example" }} ```
48
+ {{{ string }}}
49
+ ```{{ /ifCond }}{{ /each }}
50
50
51
51
{{ /if }}{{ /unless }}{{ /each }}{{ /each }}
52
52
You can’t perform that action at this time.
0 commit comments