Skip to content

Instantly share code, notes, and snippets.

@regtm
Created July 22, 2024 18:15
Show Gist options
  • Save regtm/81184f48b628dc6b4bb403de360844af to your computer and use it in GitHub Desktop.
Save regtm/81184f48b628dc6b4bb403de360844af to your computer and use it in GitHub Desktop.
Here is a simple flow chart:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
@regtm
Copy link
Author

regtm commented Jul 22, 2024

Here is a simple flow chart:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment