How to build tutorial slides from markdown
- Step 1Draft tutorial sections — Outline each tutorial step as a slide separated by `---`.
- Step 2Generate deck — Click Run — Reveal.js HTML is generated, ready for workshop use.
- Step 3Distribute to attendees — Share the HTML file post-workshop; attendees can review at their own pace.
Frequently asked questions
Can attendees follow on their devices?+
Yes. Send them the HTML file — they can advance slides at their own pace on their laptop or tablet during the workshop.
Will the deck remember progress?+
Reveal.js supports URL hash-based slide tracking. Refresh-safe within a session, but use a multi-deck setup if you need cross-session persistence.
How do I add live demos?+
Embed `<iframe>` tags pointing to your demo environment as raw HTML in your Markdown — they pass through and display in the slide.
Privacy first
All Markdown processing runs locally in your browser using JavaScript. No file is ever uploaded to JAD Apps servers — only metadata counters are saved for signed-in dashboard stats.