Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Dec 8, 2023
1 parent 9145567 commit 629b4f3
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 12 deletions.
146 changes: 135 additions & 11 deletions flowchart-latest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ <h3 data-i18n="demo1" data-i18n-options='{"defaultValue": "Demo 1. Try editing m
or No?:>http://www.google.com
io=>inputoutput: catch something...
para=>parallel: parallel tasks
in=>input: some in
out=>output: some out

st->op1->cond
cond(yes)->io->e
cond(no)->para
para(path1, bottom)->sub1(right)->op1
para(path2, top)->op1</div>
para(path2, top)->op1
para(path3, right)->in->out->e</div>
</div>
<!-- Theme:
<select class="theme">
Expand Down

0 comments on commit 629b4f3

Please sign in to comment.