dot icon indicating copy to clipboard operation
dot copied to clipboard

Go package for writing descriptions using the Graphviz DOT and Mermaid language

Results 1 dot issues
Sort by recently updated
recently updated
newest added

The `MermaidGraph` [implementation](https://github.com/emicklei/dot/blob/master/mermaid.go#L64) currently iterates over nodes, but does not factor-in subgraphs, unlike the [dot implementation](https://github.com/emicklei/dot/blob/master/mermaid.go#L64) Would be awesome if subgraphs were supported in MermaidGraph as well!