HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Diagram Cell : Flowchart Syntax Doesnt Parse #1412

Open neerajbadlani opened 4 years ago

neerajbadlani commented 4 years ago

Sample Example Given :

""" st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Yes or No?:>http://www.google.com io=>inputoutput: catch something... para=>parallel: parallel tasks

st->op1->cond cond(yes)->io->e cond(no)->para para(path1, bottom)->sub1(right)->op1 para(path2, top)->op1 """

Doesnt Render .

gabrimaine commented 4 years ago

Same here: it seems that parallel entry is not valid for Quiver.

gabrimaine commented 4 years ago

Problem solved updating flowchart.js in Quiver: see https://github.com/HappenApps/Quiver/issues/1120