Skip to content

Commit

Permalink
Demonstration for reveal.js bug hakimel#3680
Browse files Browse the repository at this point in the history
  • Loading branch information
ukleinek committed Sep 13, 2024
1 parent 4725350 commit 3f6ede3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
Binary file added baylibre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@
<body>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<section data-markdown="talk.md"
data-separator="^\n\n\n"
data-separator-vertical="^\n\n"
data-separator-notes="^Note:"
data-charset="utf-8"
data-background-image="baylibre.png"
data-background-position="bottom left"
data-background-size="15%"
>
</section>
</div>
</div>

Expand Down
11 changes: 11 additions & 0 deletions talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Slide 1/1
=========


Slide 1/2
---------



Slide 2/1
---------

0 comments on commit 3f6ede3

Please sign in to comment.