mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
16 lines
183 B
Plaintext
16 lines
183 B
Plaintext
graph G {
|
|
e
|
|
subgraph clusterA {
|
|
a -- b;
|
|
subgraph clusterC {
|
|
C -- D;
|
|
}
|
|
}
|
|
subgraph clusterB {
|
|
d -- f
|
|
}
|
|
d -- D
|
|
e -- clusterB
|
|
clusterC -- clusterB
|
|
}
|