Speaker Notes === `presenterm` supports speaker notes. You can use the following HTML comment throughout your presentation markdown file: ```markdown ``` And you can run a separate instance of `presenterm` to view them. Usage === Run the following two commands in separate terminals. The `--publish-speaker-notes` argument will render your actual presentation as normal, without speaker notes: ``` presenterm --publish-speaker-notes examples/speaker-notes.md ``` The `--listen-speaker-notes` argument will render only the speaker notes for the current slide being shown in the actual presentation: ``` presenterm --listen-speaker-notes examples/speaker-notes.md ``` As you change slides in your actual presentation, the speaker notes presentation slide will automatically navigate to the correct slide.