Example guide
Use this template for how-to documents and structured notes.
What this is for
Section titled “What this is for”Short context paragraph at the top — what the reader will get out of this page.
- First step.
- Second step.
- Third step.
Code blocks
Section titled “Code blocks”// Code blocks get syntax highlighting and a copy button.export function greet(name: string): string { return `Hello, ${name}`;}Callouts
Section titled “Callouts”Tables
Section titled “Tables”| Field | Value |
|---|---|
| Status | Draft |
| Owner | TBD |
| Last reviewed | — |