mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
553 B
553 B
+++ weight = 36 +++
{{< markdown >}}
Markdown Shortcode
This markdown is not processed by Hugo, but by Reveal.js itself.
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="blue" -->
# I'm a blue slide
{{</* /markdown */>}}
{{< /markdown >}}