awacke1 commited on
Commit
3de1b8d
Β·
1 Parent(s): ce00e8d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -6
index.html CHANGED
@@ -26,15 +26,14 @@ journey
26
  </div>
27
 
28
  <div class="card">
29
- <h1>Welcome to your static Space!</h1>
30
  <p>
31
- You can modify this app directly by editing <i>index.html</i> in the
32
- Files and versions tab.
33
  </p>
34
  <p>
35
- Also don't forget to check the
36
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank"
37
- >Spaces documentation</a
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>