aboutsummaryrefslogtreecommitdiffhomepage
path: root/snippets/mermaid_simple_diagram
blob: 9a7d25d5d7104e2df1750a66c9bdfad86e7bab5b (plain)
1
2
3
4
5
6
7
8
graph TD
    A[Enter Chart Definition] --> B(Preview)
    B --> C{decide}
    C --> D[Keep]
    C --> E[Edit Definition]
    E --> B
    D --> F[Save Image and Code]
    F --> B