GitHub
LinkedIn
Mastodon
Bluesky
YouTube
Blog
Use <!--fit--> to scale text to slide width
flowchart LR
A[Start] --> B{Decision}
B -->|Yes| C[Action 1]
B -->|No| D[Action 2]
C --> E[End]
D --> E
Editable .drawio.svg files render as images and reopen in draw.io
// Syntax highlighting works out of the box
const greeting = (name) => {
return `Hello, ${name}!`;
};
Use <!-- _class: small --> for slides with more content
| Method | Description | Returns |
|---|---|---|
GET |
Retrieve resource | 200 OK |
POST |
Create resource | 201 Created |
PUT |
Update resource | 200 OK |
DELETE |
Remove resource | 204 No Content |
Questions?
Speaker notes go in HTML comments like this
You can have multiple comment blocks on a slide
Multiline speaker notes work too. This will all appear in presenter view.
Built with the drawio-diagrams skill from img/pipeline.spec.json. Use Mermaid for quick inline diagrams; use draw.io when the figure must stay editable in a visual editor.