When running decktape in revealjs, fragments don't get shown.
For example, this:
### Fragments
Hide and show elements in a sequence with fragments.
```md
<div class="fragment">Fragment 1.</div>
<div class="fragment">Fragment 2.</div>
```
<div class="fragment">Fragment 1.</div>
<div class="fragment">Fragment 2.</div>
Gets printed as this:

I've traced the problem. Configuring fragments in the reveals plugin is possible, but it isn't possible to configure it.
See https://github.com/astefanutti/decktape/blob/master/plugins/reveal.js#L22
I'm pretty sure this used to work. I think cad6569 might have broken it.
When running decktape in revealjs, fragments don't get shown.
For example, this:
Gets printed as this:
I've traced the problem. Configuring fragments in the reveals plugin is possible, but it isn't possible to configure it.
See https://github.com/astefanutti/decktape/blob/master/plugins/reveal.js#L22
I'm pretty sure this used to work. I think cad6569 might have broken it.