Skip to content

Instantly share code, notes, and snippets.

@aslakr
Last active November 20, 2025 08:55
Show Gist options
  • Save aslakr/79bd77371f99fc9e11baadafb4336368 to your computer and use it in GitHub Desktop.
Save aslakr/79bd77371f99fc9e11baadafb4336368 to your computer and use it in GitHub Desktop.

Mermaid i gist sin Markdown

---
config:
  layout: elk
---
flowchart LR
    A[Start] --> B{Is it?}
    B -->|Yes| C[OK]
    C --> D[Rethink]
    D --> B
    B ---->|No| E[End]
Loading
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign in to join this conversation on GitHub.