+++ weight = 10 +++ ## What's included? - All Reveal.js HTML, CSS and JS (v3.6.0) - All out-of-the-box Reveal.js themes - A "Reveal" `outputFormat` that outputs a presentation for any Hugo section --- ## Features - Markdown files are parsed into multiple slides - Built-in shortcodes expose Reveal.js functionality - Customize Reveal.js parameters including the theme --- ## Multiple slides per markdown file Separate slides with `---` ```markdown # Slide 1 Body 1. --- # Slide 2 Body 2. ``` --- I'm a **new** slide from the **same** markdown file.