Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 583 Bytes

presenting.md

File metadata and controls

23 lines (16 loc) · 583 Bytes

Presenting

  1. Enter presenter mode by pressing Opt + P
  2. Click the link at the bottom to open the presentation in another tab
  3. Move the new tab to its own window in the screen or projector that the audience sees
  4. Control the presentation from the original window
  5. Be sure to hide your mouse cursor so that it's not visible to the audience

Speaker Notes

Notes that only show in presenter mode can be added to any slide by using the <Notes /> component.

import { Notes } from 'mdx-deck'

# Slide Content

<Notes>
Only visible in presenter mode
</Notes>