update
Some checks failed
Spellcheck / Check for spelling errors (push) Failing after 1m48s
Tests / build (18) (push) Failing after 3m6s
Tests / build (20) (push) Failing after 1m45s

This commit is contained in:
2025-09-18 23:57:56 +02:00
parent 363bb3e6e6
commit c92ce5b630
39 changed files with 257 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<link rel="stylesheet" href="dist/theme/night.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
@@ -16,8 +16,19 @@
<body>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<section style="text-align: left;"
data-markdown="slides.md"
data-separator="^\n\n\n"
data-separator-vertical="^\n\n"
data-separator-notes="^Note:"
data-charset="utf-8"
>
<!--
Note that Windows uses `\r\n` instead of `\n` as its linefeed character.
For a regex that supports all operating systems, use `\r?\n` instead of `\n`.
-->
</section>
</section>
</div>
</div>