mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
Add note shortcode
This commit is contained in:
@@ -78,3 +78,20 @@ Keep scrolling down.
|
|||||||
Use the right arrow or swipe right to continue.
|
Use the right arrow or swipe right to continue.
|
||||||
|
|
||||||
{{% /section %}}
|
{{% /section %}}
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Note shortcode
|
||||||
|
|
||||||
|
Add speaker notes to your presentation.
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
{{%/* note */%}}
|
||||||
|
Type 's' to see this slide's speaker notes.
|
||||||
|
{{%/* /note */%}}
|
||||||
|
```
|
||||||
|
|
||||||
|
{{% note %}}
|
||||||
|
You found the speaker notes!
|
||||||
|
{{% /note %}}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
<aside class="notes">{{ .Inner }}</aside>
|
||||||
Reference in New Issue
Block a user