revealjs
: .fragment
divs
within lists - howto avoid vertical space?
#7340
-
DescriptionConsider a slide like so: ---
format:
revealjs
---
# Slide Title
1. Item 1
::: {.fragment .fade-out}
2. Item 2
3. Item 3
::: This will work to the extend that after How may the aditional white space be avoided? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can't, or at least not this way. The following are two correct syntaxes for two different things as described in the documentation (https://pandoc.org/chunkedhtml-demo/8.7-lists.html).
See the answer in: Also a bit related: |
Beta Was this translation helpful? Give feedback.
-
Thanks for those hints! The "hacky" explicit wrapping of the whole list into |
Beta Was this translation helpful? Give feedback.
You can't, or at least not this way.
The following are two correct syntaxes for two different things as described in the documentation (https://pandoc.org/chunkedhtml-demo/8.7-lists.html).
See the answer in:
Also a bit related: