Add note shortcode

This commit is contained in:
dzello 2018-04-30 16:24:00 -07:00
parent 3733eaf903
commit 05130b7ce6
2 changed files with 18 additions and 0 deletions

View File

@ -78,3 +78,20 @@ Keep scrolling down.
Use the right arrow or swipe right to continue.
{{% /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 %}}

View File

@ -0,0 +1 @@
<aside class="notes">{{ .Inner }}</aside>