faadedd499
Better flow and more information Plus... emoji!
29 lines
613 B
Markdown
29 lines
613 B
Markdown
+++
|
|
weight = 38
|
|
+++
|
|
|
|
## Note
|
|
|
|
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>
|
|
<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>
|
|
</section>
|