Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Last active March 21, 2022 02:00
Show Gist options
  • Save baskaufs/b327802f44f33b6bdbfdb970feb7ab0a to your computer and use it in GitHub Desktop.
Save baskaufs/b327802f44f33b6bdbfdb970feb7ab0a to your computer and use it in GitHub Desktop.
test of mermaid diagram
  graph TD;
    a[standard proposed]-->b[executive decision];
    b-->c[expert review];
    c-->d[executive decision];
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment