New guide

Fill in metadata, then write sections in markdown. ## headings become guide sections.

Back

Metadata

Content

Use the live markdown editor. Expand syntax help if you need media or callouts.

Markdown syntax help
Use ## for each section heading.

Supported blocks:
- Paragraphs and [links](/path)
- Bullet (- ) and numbered (1. ) lists
- ```language code fences
- > blockquotes (optional last line: > — citation)
- Images: ![alt](https://… "caption")
- Video: @[youtube](VIDEO_ID) or @[vimeo](id) or @[file](https://….mp4)
- Callouts:
  :::info Title
  body
  :::
  (tones: info, tip, warning)