+++ weight = 36 +++ {{< markdown >}} ## Markdown Markdown is not processed by Hugo but passed directly through to Reveal.js. ``` {{}} # Hello world! {{}} ``` [See the Reveal.js markdown docs](https://github.com/hakimel/reveal.js#markdown) --- Reveaj.js Markdown uses HTML comments to change slide properties, like background color. ``` {{}} # I'm a colorful slide {{}} ``` {{< /markdown >}}