On hackmd.io: https://hackmd.io/B1iWgVmnV?both
Slides on hackmd.io: https://hackmd.io/p/B1iWgVmnV
# 1234
---
## 1 [^one]
[^one]: https://one.com
---
## 2
Note:
- two
---
## 3[^three]
[^three]: https://three.com
Note:
- three
---
## 4[^four]
Note:
- four
[^four]: https://four.com
When clicking s in the presentation and going to slide 3, the list text - three should be visible in the speaker notes.
The speaker notes of slide 3 are empty.
The footnote on the slide seems to be cause the absent speaker note.
I can confirm and reproduce this issue, it seems like a rendering issue from reveal.js. Will need to take a deeper look.
I opened an issue in their repo. https://github.com/hakimel/reveal.js/issues/2402