mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-06 21:50:48 +02:00
643 B
643 B
+++ weight = 38 +++
Note
Add speaker notes to your presentation with the note shortcode.
{{%/* note */%}}
Type 's' to see this slide's speaker notes.
{{%/* /note */%}}
{{% note %}}
You found the speaker notes!
{{% /note %}}
Write slides in HTML
Use a section tag with a data-noprocess attribute to avoid any processing by reveal-hugo.
<section data-noprocess> <h1>Hello world!</h1> <section>💡 This is useful if you can't get Markdown to output exactly what you want.