Update index.html
Browse files- index.html +16 -17
index.html
CHANGED
@@ -27,8 +27,8 @@ journey
|
|
27 |
Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
|
28 |
</div>
|
29 |
|
30 |
-
|
31 |
-
|
32 |
root((mindmap))
|
33 |
Origins
|
34 |
Long history
|
@@ -45,10 +45,10 @@ journey
|
|
45 |
Tools
|
46 |
Pen and paper
|
47 |
Mermaid
|
48 |
-
|
49 |
|
50 |
<div class="mermaid">
|
51 |
-
|
52 |
participant Alice
|
53 |
participant Bob
|
54 |
Alice->>John: Hello John, how are you?
|
@@ -61,19 +61,18 @@ journey
|
|
61 |
Bob-->>John: Jolly good!
|
62 |
</div>
|
63 |
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
|
77 |
-
|
78 |
</body>
|
79 |
</html>
|
|
|
27 |
Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
|
28 |
</div>
|
29 |
|
30 |
+
<div class="mermaid">
|
31 |
+
mindmap
|
32 |
root((mindmap))
|
33 |
Origins
|
34 |
Long history
|
|
|
45 |
Tools
|
46 |
Pen and paper
|
47 |
Mermaid
|
48 |
+
</div>
|
49 |
|
50 |
<div class="mermaid">
|
51 |
+
sequenceDiagram
|
52 |
participant Alice
|
53 |
participant Bob
|
54 |
Alice->>John: Hello John, how are you?
|
|
|
61 |
Bob-->>John: Jolly good!
|
62 |
</div>
|
63 |
|
64 |
+
<div class="card">
|
65 |
+
<h1>Welcome to the Mermaid Modeler Tip Sheet</h1>
|
66 |
+
<p>
|
67 |
+
You can use Mermaid inside HTML5 by including the script and a div with the class or mermaid.
|
68 |
+
</p>
|
69 |
+
<p>
|
70 |
+
Documentation is located here:
|
71 |
+
<a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank"
|
72 |
+
>Mermaid documentation</a
|
73 |
+
>.
|
74 |
+
</p>
|
75 |
+
</div>
|
76 |
|
|
|
77 |
</body>
|
78 |
</html>
|