Alexander Wang
Alexander Wang
as long as nothing within is connected to anything outside ``` direction: right x -> y: { style.stroke: green } y -> z: { style.stroke: red } legend: { #...
Maybe named boards? e.g. a board can declare its global name? then another board can reference `globals.x` or `~.x`? Or we just accept the tradeoff and give root keyword.
closes https://github.com/terrastruct/d2/issues/1461 closes https://github.com/terrastruct/d2/issues/1949 
Aim to rewrite sequence diagram implementation and include many improvements in the rewrite. 1. Solve better vertical control - https://github.com/terrastruct/d2/issues/1738 - https://github.com/terrastruct/d2/issues/1183 2. Span labels - https://github.com/terrastruct/d2/issues/2568 3. Explicit edge...
Where is "Fetcher" in the title? Shouldn't be cut off since the diagram has enough width. ```d2 title: { shape: text label: |md # Cloud Run Egress Architecture — Backend...
Instead of a regular graph and downscaling for ascii, we use smaller values everywhere in compilation and layout. This will be much more robust and have less corner cases to...
> markdown too > ```d2 > a: { > a -> b > } > b: { > a -> b: |md > # foobar > - foo > -...
>Link and tooltip don't make sense for ascii > > outputs should be similar to '--force-appendix'. _Originally posted by @bo-ku-ra in [#2616](https://github.com/terrastruct/d2/issues/2616#issuecomment-3206346833)_