add getSlideNotes API method and tests
This commit is contained in:
parent
5a40b4486f
commit
0338f280d3
4 changed files with 44 additions and 18 deletions
|
@ -24,10 +24,11 @@
|
|||
<img data-src="fake-url.png">
|
||||
<video data-src="fake-url.mp4"></video>
|
||||
<audio data-src="fake-url.mp3"></audio>
|
||||
<aside class="notes">speaker notes 1</aside>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section data-background="examples/assets/image2.png">
|
||||
<section data-background="examples/assets/image2.png" data-notes="speaker notes 2">
|
||||
<h1>2.1</h1>
|
||||
</section>
|
||||
<section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue