Docs / Slaide Language Reference Guide

Slaide Language Reference Guide

The .slaide language reference: headmatter, slides, layout slots, builds, speaker notes, inline styling, and media, all in Markdown.


A deck is one .slaide file. It starts with a config block called headmatter. After that come the slides. The design lives in a separate, reusable master. You write Markdown. The master carries the look.

The rule: keep slide content in Markdown. Put config in the small fenced blocks. Reference layouts, colors, and fonts by name from the master. Only reach for manual positioning when a layout cannot do the job.

The pages below walk through the language one piece at a time.