awacke1 commited on
Commit
0c5c71c
Β·
1 Parent(s): 7908d52

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <div class="mermaid">
31
- mindmap
32
  root((mindmap))
33
  Origins
34
  Long history
@@ -45,10 +45,10 @@ journey
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,19 +61,18 @@ journey
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
-
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>