Skip to content

Instantly share code, notes, and snippets.

@mackenly
Created February 17, 2024 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mackenly/6b108ed6360d291c38e4b974d43e2817 to your computer and use it in GitHub Desktop.
Save mackenly/6b108ed6360d291c38e4b974d43e2817 to your computer and use it in GitHub Desktop.
Example mermaid charts

Market Research Project Network

---
title: Market Research Project Network
---
classDiagram
    direction RL
    B <|-- A
    C <|-- A
    D <|-- B
    D <|-- C
    E <|-- B
    F <|-- D
    G <|-- C
    H <|-- E
    H <|-- F
    H <|-- G
    class A {
        Contract Signed
    }
    class B {
        Survey designed
    }
    class C {
        Target market identified
    }
    class D {
        Data collection
    }
    class E {
        Develop presentation
    }
    class F {
        Analyze results
    }
    class G {
        Demographics
    }
    class H {
        Presentation
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment