Skip to content

Fragments don't get shown in RevealJS #353

@nicojs

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.

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