██ General: Progressive Slides
Slides can be progressively displayed by inserting <!-- stop --> comments
anywhere in the markdown.
Markdown:
╭──
│This will display first, and after you press advance ...<!-- stop -->
│
│* this <!-- stop -->
│ * displays <!-- stop -->
│
│| and <!-- stop --> | then <!-- stop --> |
│|-------------------|------------------------|
│| this | and this |
│
│<!-- stop -->
│
│and finally this!
╰──
Rendered:
This will display first, and after you press advance ...