Fix Mermaid label quoting for parentheses in transfer-function diagram
This commit is contained in:
@@ -95,7 +95,7 @@ flowchart LR
|
||||
G2U -->|" + "| S2[Σ]
|
||||
Z1 --> G21[Gain k₁/m₂]
|
||||
G21 -->|" + "| S2
|
||||
Z2 --> G22[Gain (k₁ + k₂)/m₂]
|
||||
Z2 --> G22["Gain (k₁ + k₂)/m₂"]
|
||||
G22 -->|" - "| S2
|
||||
Z2D[State ż₂] --> G23[Gain b/m₂]
|
||||
G23 -->|" - "| S2
|
||||
|
||||
Reference in New Issue
Block a user