Alexander Wang
Alexander Wang
i can't find an open-source standalone renderer for sequence diagrams. There's some that are integrated into other tools, but they're coupled with their tool. Might have to build one from...
If something does panic within D2, the CLI should include a link to Github issues in the terminal display in case users want to report it.
https://github.com/kieler/elkjs Should be a plugin like dagre.
```d2 aws_s3: AWS S3 California { Monitoring -> California } aws_s3: "AWS S3 San Francisco, California" { California.San Francisco } ```
Can auto-create a SQL table diagram
`d2 ./static/d2/*.d2 ./static/generated/*.svg`
allow CLI to pass a flag to syntax highlighter for both standalone code snippets and markdown code blocks
Standalone code snippets are implemented, but markdown can also have code blocks that need to be brought under the fold of consistent measurements, font, syntax highlighting
just need to figure out how to adjust textmeasure accordingly, which will take some digging
something to do with font sizes and baselines