2018-04-30 20:47:20 -05:00
|
|
|
+++
|
|
|
|
weight = 38
|
|
|
|
+++
|
|
|
|
|
2018-07-19 09:49:24 -05:00
|
|
|
## Note
|
2018-04-30 20:47:20 -05:00
|
|
|
|
|
|
|
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 %}}
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
<section data-noprocess>
|
|
|
|
<h2>Pure HTML Slide</h2>
|
2018-07-19 09:49:24 -05:00
|
|
|
<p>Surround slides in a <code>section</code> tag with a <code>data-noprocess</code> attribute to write them in pure HTML.</p>
|
|
|
|
<pre>
|
|
|
|
<section data-noprocess>
|
|
|
|
<h1>Hello world!</h1>
|
|
|
|
<section></pre>
|
|
|
|
<small>💡 This is useful if you can't get Markdown to output exactly what you want.</small>
|
2018-04-30 20:47:20 -05:00
|
|
|
</section>
|