Update index.html
Browse files- index.html +5 -6
index.html
CHANGED
@@ -26,15 +26,14 @@ journey
|
|
26 |
</div>
|
27 |
|
28 |
<div class="card">
|
29 |
-
<h1>Welcome to
|
30 |
<p>
|
31 |
-
You can
|
32 |
-
Files and versions tab.
|
33 |
</p>
|
34 |
<p>
|
35 |
-
|
36 |
-
<a href="https://
|
37 |
-
>
|
38 |
>.
|
39 |
</p>
|
40 |
</div>
|
|
|
26 |
</div>
|
27 |
|
28 |
<div class="card">
|
29 |
+
<h1>Welcome to the Mermaid Modeler Tip Sheet</h1>
|
30 |
<p>
|
31 |
+
You can use Mermaid inside HTML5 by including the script and a div with the class or mermaid.
|
|
|
32 |
</p>
|
33 |
<p>
|
34 |
+
Documentation is located here:
|
35 |
+
<a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank"
|
36 |
+
>Mermaid documentation</a
|
37 |
>.
|
38 |
</p>
|
39 |
</div>
|