diff --git a/exampleSite/content/home/shortcodes/other.md b/exampleSite/content/home/shortcodes/other.md index abc9d5a..80b598b 100644 --- a/exampleSite/content/home/shortcodes/other.md +++ b/exampleSite/content/home/shortcodes/other.md @@ -2,26 +2,42 @@ weight = 38 +++ -## Note +## Notes -Add speaker notes to your presentation with the note shortcode. +Add speaker notes to your presentation with the `note` shortcode. Type 's' to see this slide's speaker notes. ```markdown +--- + {{%/* note */%}} - -Type 's' to see this slide's speaker notes. - +You found the speaker notes! {{%/* /note */%}} + +--- ``` {{% note %}} - You found the speaker notes! - {{% /note %}} --- +{{< slide notes="You found the notes!" >}} + +## Notes + +You can also add notes with the `slide` shortcode and `notes` attribute: + +```markdown +--- + +{{%/* slide notes="You found the notes!" */%}} + +--- +``` + +--- +

Write slides in HTML

Use a section tag with a data-noprocess attribute to avoid any processing by reveal-hugo.