d2 icon indicating copy to clipboard operation
d2 copied to clipboard

nested layer navigation

Open alixander opened this issue 1 year ago • 0 comments

index.d2

a: {
  link: layers.b
}

layers: {
    b: @c
}

c.d2

d

layers: {
  e: {
    f
  }
}

d2 --watch index.d2 and then clicking the link shows a failed to recompile error

alixander avatar Mar 25 '24 17:03 alixander