Closed karuboniru closed 1 month ago
Thanks for finding this bug, I'll try to fix it in the next release. Currently you can use callback-style uncover and only:
#slide(repeat: 2, self => [
#let (uncover, only) = utils.methods(self)
- text #uncover("2-")[covered test] text
- text
- text
])
Reproduce:
The
uncover
oronly
seems to be applied to also the text in the following bullets.