-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
For a presentation, when trying to add speaker notes (to be displayed for example in reveal.js) to the title slide (for the introduction for example), pandoc creates an empty first slide after the title, instead of adding the notes block(?) to the title section block. (Editing the HTML manually works around the problem.)
----
title: bla
...
::: notes
Notes for the title slide
:::
# First slide
Something interesting
# Second slide
Even more
Reactions are currently unavailable