marp: true
theme: dark

Welcome to SlideShow

Contents

A Marp-style presentation system for your notes


Features


How to Use

  1. Create a markdown file in the notes/ directory
  2. Separate slides with ---
  3. 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.