fix: mermaid labels - quote and use newline instead of <br/>
This commit is contained in:
@@ -16,7 +16,7 @@ flowchart LR
|
|||||||
I8[param_h]
|
I8[param_h]
|
||||||
end
|
end
|
||||||
|
|
||||||
PG[Postgres<br/>(БД)]
|
PG["Postgres\n(БД)"]
|
||||||
|
|
||||||
subgraph Outputs [Выходные параметры]
|
subgraph Outputs [Выходные параметры]
|
||||||
direction TB
|
direction TB
|
||||||
@@ -30,7 +30,7 @@ flowchart LR
|
|||||||
O8[notification]
|
O8[notification]
|
||||||
end
|
end
|
||||||
|
|
||||||
LUCEE[[Lucee<br/>(шаблоны / app)]]
|
LUCEE["Lucee\n(шаблоны / app)"]
|
||||||
|
|
||||||
I1 --> PG
|
I1 --> PG
|
||||||
I2 --> PG
|
I2 --> PG
|
||||||
|
|||||||
Reference in New Issue
Block a user