-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fragments don't get shown in RevealJS #353
Comments
Ok, I found the issue. The As mentioned, this used to work, so I think it is a regression. Current workaround is to use "reveal" mode explicitly: - decktape http://localhost:15000 out.pdf
+ decktape reveal http://localhost:15000 out.pdf |
I wonder if that could be caused by 83771f9 instead. My understanding is that fragments used to be disabled by default. It used to be possible to enable them via the URL, but indeed now it's a CLI option, it can only be enabled with |
I think the fix should be to also apply options for discovered UI libraries using |
Right, the |
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.
The text was updated successfully, but these errors were encountered: