FIXUP! fix diagrame parsing issue

This commit is contained in:
Hosam-Eldin.mostafa 2025-10-20 20:34:50 +02:00
parent 17ae041792
commit b918e0444b

View File

@ -33,9 +33,9 @@ flowchart TB
end end
subgraph Artifacts subgraph Artifacts
REP[reports/report.html]\nreports/junit.xml REP[reports/report.html<br/>reports/junit.xml]
YAML[config/*.yaml]\n(babylin.example.yaml, test_config.yaml) YAML[config/*.yaml<br/>(babylin.example.yaml, test_config.yaml)]
DLL[vendor/babylin/BabyLIN.dll] SDK[vendor/BabyLIN_library.py<br/>platform-specific libs]
end end
T --> CF T --> CF
@ -47,7 +47,7 @@ flowchart TB
PL --> REP PL --> REP
CFG --> YAML CFG --> YAML
BABY --> DLL BABY --> SDK
T --> REP T --> REP
``` ```