Skip to content

Instantly share code, notes, and snippets.

@krassowski
Last active February 27, 2024 09:34
Show Gist options
  • Save krassowski/d2bca5272c2499fad68b4f9d7276992b to your computer and use it in GitHub Desktop.
Save krassowski/d2bca5272c2499fad68b4f9d7276992b to your computer and use it in GitHub Desktop.
Example Mermaid diagram for Jupyter
```mermaid
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment