-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels