first commit

This commit is contained in:
Stefano Rossi 2025-07-12 17:16:47 +02:00
commit fdf7024bcd
Signed by: chadmin
GPG key ID: 9EFA2130646BC893
19 changed files with 6837 additions and 0 deletions

27
pages/imported-slides.md Normal file
View file

@ -0,0 +1,27 @@
# Imported Slides
You can split your slides.md into multiple files and organize them as you want using the `src` attribute.
#### `slides.md`
```markdown
# Page 1
Page 2 from main entry.
---
## src: ./subpage.md
```
<br>
#### `subpage.md`
```markdown
# Page 2
Page 2 from another file.
```
[Learn more](https://sli.dev/guide/syntax.html#importing-slides)