All plugins working inline!
This slide is written in Markdown!
JavaScript example:
function greet(name) {
const message = `Hello, ${name}!`;
console.log(message);
return message;
}
greet("World");
Python:
def fibonacci(n):
if n <= 1:
return n
return fibonacci(n-1) + fibonacci(n-2)
print([fibonacci(i) for i in range(10)])
Press → to reveal items one by one:
First item appears Then this one And finally this!This slide has speaker notes!
Press S to open the speaker view.
Press ↓ to go down
You navigated down!
Press ↓ again…
One more…
Press → to continue to the next section
Hold Alt and click on any element to zoom in.
Try it on this text or the code below:
<div class="container">
<h1>Zoom me!</h1>
</div>
Press O to see all slides at once.
This helps navigate large presentations quickly.
This presentation uses the slide transition.
Available transitions:
Slides can have custom background colors!
With proper text contrast
| Key | Action |
|---|---|
| ← → | Navigate |
| ↑ ↓ | Vertical slides |
| F | Fullscreen |
| O | Overview |
| S | Speaker notes |
| Esc | Exit mode |
All plugins are working!