+++ 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. ```markdown {{}} # Hello world! {{}} ```
💡 Make sure to use the `{{}}` shortcode syntax to avoid rendering by Hugo. --- Reveal.js markdown uses HTML comments to change slide properties, like background color. ```markdown {{}} # I'm a colorful slide {{}} ``` {{< /markdown >}}