Das Problem ist, dass die grundlegende Formatierung wichtig ist.
Code: Select all
::: mermaid
graph LR
linkStyle default fill:#ffffff
subgraph diagram ["Software System - System Context"]
style diagram fill:#ffffff,stroke:#ffffff
1["Person1[Person]"]
style 1 fill:#05527d,stroke:#033957,color:#ffffff
2["Person2[Person]"]
style 2 fill:#05527d,stroke:#033957,color:#ffffff
3["Software System[Software System]"]
style 3 fill:#066296,stroke:#044469,color:#ffffff
1-. "Interacts" .->3
2-. "Interacts" .->3
end
:::