Is there a way to do incremental reveal in slides? If not, maybe something could be added? Pandoc does this a couple of ways. In lists: ``` - item1 > - item2 reveal > - item3 reveal ``` for in-slide reveals ``` ### Slide with a pause content before the pause . . . content after the pause ```