mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-31 02:58:26 +02:00
575 B
575 B
+++ weight = 36 +++
{{< markdown >}}
Markdown Shortcode
This markdown is not processed by Hugo, but passed directly through to Reveal.js.
Markdown Shortcode
Many handy slide shortcuts and customizations are possible.
See the Reveal.js markdown docs
For example, an HTML comment can change the background color of a slide.
{{</* markdown */>}}
<!-- .slide: data-background="#FF4081" -->
# I'm a colorful slide
{{</* /markdown */>}}
{{< /markdown >}}