I would like to have a word appear in a slide rendered with quarto in revealjs format.
I know I can have a word appear on the next line like this:
---
title: "Thoughts on Quarto"
format:
revealjs
---
## Why do I use Quarto?
Because Excel
:::{.fragment}
stinks
:::
but I want the new word to appear on the same line. Is that possible without making two nearly identical slides (and perhaps using auto-animate=true
)?