+++ weight = 36 +++ {{< markdown >}} ## Markdown Reveal.js has its own [markdown processor](https://github.com/hakimel/reveal.js#markdown). To use that instead of Hugo, surround a slide with the markdown shortcode. ``` {{}} # Hello world! {{}} ``` --- Reveal.js markdown uses HTML comments to change slide properties, like background color. ``` {{}} # I'm a colorful slide {{}} ``` {{< /markdown >}}