+++ 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 %}} ---

Pure HTML Slide

Surround slides in a section tag with a data-noprocess attribute to write them in pure HTML.

<section data-noprocess>
  <h1>Hello world!</h1>
<section>
💡 This is useful if you can't get Markdown to output exactly what you want.