Versão final dos slides da palestra
This commit is contained in:
parent
d96827edcc
commit
6b900005b4
27 changed files with 8523 additions and 0 deletions
27
pages/multiple-entries.md
Normal file
27
pages/multiple-entries.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Multiple Entries
|
||||
|
||||
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#multiple-entries)
|
Loading…
Add table
Add a link
Reference in a new issue