Open
Description
Add the ability of a markdown page to be treated like a slide show.
Suggest
----
slides: true
usual stuff
----
# Slide 1
---
# Slide 2
The slide would be rendered in the content pane when clicked on. This approach has the benefit that:
- We can embedded slides into our slides. They are probably very good for 'getting started' content. Ideally the side menu could be optionally hidden.
- We use the same plugin for single presentation (if there's only one page the side menu should be auto hidden).
For inspiration.
- https://github.com/gatsbyjs/mdx-deck-theme
- https://github.com/gatsbyjs/mdx-deck-theme
- https://github.com/jxnblk/mdx-deck
Possible formidable spectacles, etc could be used for rendering.