glejeune / node-graphviz

Node.js interface to the GraphViz graphing tool
http://algorithmique.net
MIT License
197 stars 58 forks source link

fix: escape graph id #33

Closed joscha closed 5 years ago

joscha commented 5 years ago

without this fix graphviz.digraph('my-id'); would produce digraph my-id { which is invalid, instead it should produce digraph "my-id" {