-
DescriptionI'm trying to create a single slide with an incremental list and a final image, which should appear last and cover the entire slide. I'm currently splitting this over two slides, but I don't really want that because this clutters the side menu and affects the total number of slides. Is this possible? ---
title: "Reproducible Quarto Document"
format:
revealjs:
incremental: true
---
## First Slide
- Bullet point
- Another bullet point
- Last bullet point
## First Slide
![]({{< placeholder 1600 1000 >}}) |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Nov 11, 2024
Replies: 1 comment 8 replies
-
Use fragments and stack as described. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following should work: