themen-hugo-35c3-reveal/exampleSite/content/reveal/introduction.md

31 lines
236 B
Markdown

+++
weight = 10
+++
# reveal-hugo
One markdown file, multiple slides.
Separate slides with `---`
```markdown
# Slide 1
Body 1.
---
# Slide 2
Body 2.
```
---
# reveal-hugo
Hello!
I'm a new slide from the same markdown file.