Template:MermaidDiagram: Difference between revisions
Jump to navigation
Jump to search
AdminIsidore (talk | contribs) No edit summary |
AdminIsidore (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
C --> D[Mermaid Syntax]; | C --> D[Mermaid Syntax]; | ||
D --> E((Rendered Graph)); | D --> E((Rendered Graph)); | ||
style A fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px,font-size:12px; | style A fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px,font-size:12px,padding:10px; | ||
style B fill:#bbdefb,stroke:#1565c0,stroke-width:2px,font-size:12px; | style B fill:#bbdefb,stroke:#1565c0,stroke-width:2px,font-size:12px,padding:10px; | ||
style C fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px,font-size:12px; | style C fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px,font-size:12px,padding:10px; | ||
style D fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px,font-size:12px; | style D fill:#e6f3e6,stroke:#2e7d32,stroke-width:2px,font-size:12px,padding:10px; | ||
style E fill:#bbdefb,stroke:#1565c0,stroke-width:2px,font-size:12px; | style E fill:#bbdefb,stroke:#1565c0,stroke-width:2px,font-size:12px,padding:10px; | ||
}} | }} |