rstudio / revealjs

R Markdown Format for reveal.js Presentations
Other
325 stars 86 forks source link

Document supported speaker notes syntax #114

Open cderv opened 2 years ago

cderv commented 2 years ago

Following https://github.com/rstudio/revealjs/issues/45#issuecomment-920725481 , according to https://pandoc.org/MANUAL.html#speaker-notes

---
title: "Test"
output: 
  revealjs::revealjs_presentation:
    self_contained: false
    reveal_plugins: notes
---

# Main header

::: notes
Main header notes
:::

## Subheader 1

::: notes
Subheader 1 notes
:::

## Subheader 2

::: notes
Subheader  notes
:::