diff options
Diffstat (limited to 'docs/widget.template')
| -rw-r--r-- | docs/widget.template | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/widget.template b/docs/widget.template index f07bd9b2..9b280775 100644 --- a/docs/widget.template +++ b/docs/widget.template @@ -25,6 +25,15 @@ <h3>CSS</h3> {{{css}}} -<WIKI:SOURCE style="display:block;"> -{{{example}}} -</WIKI:SOURCE>
\ No newline at end of file +{{#example}} +<h2>Example</h2> +{{{exampleDescription}}} +<doc:example> + <doc:source> +{{/example}} + {{{example}}} +{{#example}} + </doc:source> + <doc:scenario>{{{scenario}}}</doc:scenario> +</doc:example> +{{/example}} |
