Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
skyboyer opened this issue Sep 17, 2023 · 0 comments · Fixed by #3477
Closed

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

skyboyer opened this issue Sep 17, 2023 · 0 comments · Fixed by #3477

Comments

@skyboyer
Copy link
Contributor

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant