You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```mermaidflowchart TB subgraph p["π¦"] direction LR P1_1[β ] end p --> pp[(pp)] style p fill:#c8e6c9,stroke:#2e7d32 style pp fill:#2e7d32,color:#fff```
renders with black letters
not as
flowchart TB
subgraph p["π¦"]
direction LR
P1_1[β ]
end
p --> pp[(pp)]
style p fill:#c8e6c9,stroke:#2e7d32
style pp fill:#2e7d32,color:#fff
Mn-WE:
renders with black letters
not as
flowchart TB subgraph p["π¦"] direction LR P1_1[β ] end p --> pp[(pp)] style p fill:#c8e6c9,stroke:#2e7d32 style pp fill:#2e7d32,color:#fff