Skip to content

Fragments don't get shown in RevealJS #353

Description

@nicojs

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:

image

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions