Files
reveal-hugo/exampleSite/content/reveal/introduction.md
T
2018-04-26 15:25:43 -07:00

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.