fix: mermaid labels - quote and use newline instead of <br/>

This commit is contained in:
“Naeel”
2026-07-20 06:55:00 +04:00
parent a99fac5a86
commit 1208104f77
+2 -2
View File
@@ -16,7 +16,7 @@ flowchart LR
I8[param_h]
end
PG[Postgres<br/>(БД)]
PG["Postgres\n(БД)"]
subgraph Outputs [Выходные параметры]
direction TB
@@ -30,7 +30,7 @@ flowchart LR
O8[notification]
end
LUCEE[[Lucee<br/>(шаблоны / app)]]
LUCEE["Lucee\n(шаблоны / app)"]
I1 --> PG
I2 --> PG