marp: true
theme: dark
Welcome to SlideShow
A Marp-style presentation system for your notes
Features
- Markdown-based - Write slides in pure markdown
- Keyboard navigation - Arrow keys, space, page up/down
- Fullscreen mode - Press
Fto toggle - Themeable - Dark and light themes
- Simple - Just use
---to separate slides
How to Use
- Create a markdown file in the
notes/directory - Separate slides with
--- - Add a
<slide-show>element to your page:
<slide-show src="/static/example-slideshow.md"></slide-show>
Code Blocks
Syntax highlighting works out of the box:
func main() {
fmt.Println("Hello from a slide!")
}
The End
Press F for fullscreen, or head back to the notes.