glejeune / node-graphviz

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

Escape quoted strings labels #49

Open sposmen opened 2 years ago

sposmen commented 2 years ago

To avoid issues when some strings come with double quoted characters, it's required to escape those double quotes to avoid issues in the final dot file that also contain double quotes characters generating conflicts.