Restructure folder

This commit is contained in:
Mike Conrad
2025-06-11 19:03:54 -04:00
parent 87e8758e40
commit fe46579aaa
11 changed files with 8 additions and 5 deletions

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)