You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A page with a live example can be seen [here](http://www.sveido.com/mermaid/demo/html/web.html). You can also look at mermaid in action using [jsbin](http://jsbin.com/faxunexeku/1/edit?html,output). If you want a live demo, there is an editor provided in the mermaid project or you can simply look at this [great editor](http://danielmschmidt.github.io/mermaid-demo/)
25
-
26
-
27
-
# [The main documentation is located in the wiki](https://github.com/knsv/mermaid/wiki)
28
-
29
-
30
-
31
-
# Another graph example
32
-
33
-
```
34
-
graph LR;
35
-
A[Hard edge]-->|Link text|B(Round edge);
36
-
B-->C{Decision};
37
-
C-->|One|D[Result one];
38
-
C-->|Two|E[Result two];
39
-
```
40
-
41
-
Below is the new declaration of the graph which since 0.2.16 also is valid along with the old declaration of the graph as described in the graph example on the home wiki page.
Many thanks to the [d3](http://d3js.org/) and [dagre-d3](https://github.com/cpettitt/dagre-d3) projects for providing the graphical layout and drawing libraries! Thanks also to the [js-sequence-diagram](http://bramp.github.io/js-sequence-diagrams) project for usage of the grammar for the sequence diagrams.
62
+
Many thanks to the [d3](http://d3js.org/) and [dagre-d3](https://github.com/cpettitt/dagre-d3) projects for providing
63
+
the graphical layout and drawing libraries! Thanks also to the
64
+
[js-sequence-diagram](http://bramp.github.io/js-sequence-diagrams) project for usage of the grammar for the
65
+
sequence diagrams.
58
66
59
67
*Mermaid was created by Knut Sveidqvist for easier documentation.*
68
+
69
+
Knut has not done all work by him self, here is the full list of the projects [contributors](https://github.com/knsv/mermaid/graphs/contributors).
0 commit comments