mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 00:45:07 +01:00
merge support for multiple notes on same slide
This commit is contained in:
commit
01efcf2d92
18 changed files with 52 additions and 32 deletions
10
index.html
10
index.html
|
|
@ -17,7 +17,15 @@
|
|||
<div class="reveal">
|
||||
<div class="slides">
|
||||
<section>Slide 1</section>
|
||||
<section>Slide 2</section>
|
||||
<section>Slide 2
|
||||
<aside class="notes">
|
||||
<p>Some notes</p>
|
||||
</aside>
|
||||
<p>Some slide text</p>
|
||||
<aside class="notes">
|
||||
<p>and some more notes</p>
|
||||
</aside>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue