Special syntax is available for adding attributes to Markdown elements. This is useful for fragments, amongst other things.
```html
<sectiondata-markdown>
<script type="text/template">
-Item1{_class="fragment"data-fragment-index="2"}
-Item2{_class="fragment"data-fragment-index="1"}
</script>
</section>
```
### Configuration
At the end of your page you need to initialize reveal by running the following code. Note that all config values are optional and will default as specified below.