Skip to content

Notes plugin: data-note does not work on slide-level #3476

@skyboyer

Description

@skyboyer

We have 2 different ways to specify notes: with data-notes attribute and also with separate tag <aside class="notes". But former does not work for a slide(but works at fragment level btw)

Example:

<section>
  notes will be shown
  <aside class="notes">slide-level notes</aside>
</section>
<section data-notes="slide-level notes">
  notes will NOT be shown
</section>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions