79653778

Date: 2025-06-05 04:18:43
Score: 0.5
Natty:
Report link

Just adding group, the color will let you know they are connected together

@startuml
nwdiag {
 group{
   color="#CCFFCC";
   description = "Hello World";
   alice;
   web01;
  }
  network test {
    alice [shape actor];
    web01 [shape = server];
    alice -- web01;
  }
}
@enduml
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tiên Hưng