dominikbraun / graph

A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
https://graph.dominikbraun.io
Apache License 2.0
1.77k stars 95 forks source link

Vertex Attributes And Edge Attributes auto add double quote #152

Open r4g3ch33m5 opened 11 months ago

r4g3ch33m5 commented 11 months ago

Graphviz also supported html attributes in visualize so i dont think it is good to auto add double quote in attributes when parsing to dot file. I think we should let user add it in their attributes manually instead. When i try to add HTML attribute, my generate file cannot read it as it is wrapped inside double quote