How to Make a Note Block (Callout / Admonition) Appear After an .incremental
Block on RevealJS
#281
RoyiAvital
announced in
Q&A
Replies: 2 comments 3 replies
-
The easiest way is to use
It's mentioned briefly here: https://quarto.org/docs/presentations/revealjs/#incremental-lists |
Beta Was this translation helpful? Give feedback.
1 reply
-
The alternative approach that I know of is to explicitly put it in a fragment block:
If you look at the HTML that results from the two methods, you'll find they're the same: You also learn here that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Assume we have a slide defined as:
I want the not to appear on click after
Bullet C
.How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions