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
You will need [Raphaël](http://www.raphaeljs.com/)
9
11
10
-
#CDN
12
+
## CDN
11
13
flowchart.js is on [CDNJS](https://cdnjs.com/libraries/flowchart), feel free to use it
12
14
13
-
#Usage
15
+
## Usage
14
16
15
17
On your page you need to include raphael like so:
16
18
@@ -85,18 +87,18 @@ and then
85
87
</script>
86
88
```
87
89
88
-
#Advice
90
+
## Advice
89
91
Symbols that should possibly not be used in the text: '=>' and '->' and ':>' and '|'
90
92
91
-
#Contributors
93
+
## Contributors
92
94
93
95
via [GitHub](https://github.com/adrai/flowchart.js/graphs/contributors)
94
96
95
-
#Thanks
97
+
## Thanks
96
98
97
99
Many thanks to [js-sequence-diagrams](http://bramp.github.io/js-sequence-diagrams/) which greatly inspired this project, and forms the basis for the syntax.
0 commit comments