Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for paused slides using <!-- pause --> #293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xukai92
Copy link

@xukai92 xukai92 commented May 13, 2024

Changes Introduced

  • within each page, one now can use <!-- pause --> to pause
  • each page is broken down to contain the content so far until each pause

@maaslalani
Copy link
Owner

maaslalani commented May 13, 2024

Oh this is super interesting, I almost wonder if we should use (+++):

+++

as the delimiter.

This is a very clever and elegant solution to the reveal problem! Thank you so much!

@xukai92
Copy link
Author

xukai92 commented May 13, 2024

I was mostly drawing inspiration from https://mfontanini.github.io/presenterm/guides/basics.html#pauses and I prefer it over +++ or *** because this only affects how the Markdown files is presented as slides by slides and the content stays unchanged when it is viewed by other Markdown viewers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants