redotjs / redot

Graphviz dot file processor powered by plugins based on @unifiedjs
https://unifiedjs.com
MIT License
71 stars 5 forks source link

Add stringifier statement seperator option #2

Open ChristianMurphy opened 6 years ago

ChristianMurphy commented 6 years ago
// option.statementSeperator = ;
graph {a--b;b--c}

//  option.statementSeperator = \n
graph {a--b
b--c}