Skip to content

Commit 336969e

Browse files
Update Mermaid diagram syntax in index.md - rm comments
1 parent facf106 commit 336969e

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

index.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,32 @@ You can use the [editor on GitHub](https://github.com/FuzzLightyear/PythonDataSt
44

55
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
66

7-
<!-- <body>
8-
<div class="mermaid"> -->
9-
```mermaid
10-
stateDiagram-v2
11-
[*] --> First
12-
First --> Second
13-
First --> Third
14-
15-
state First {
16-
[*] --> fir
17-
fir --> [*]
18-
}
19-
state Second {
20-
[*] --> sec
21-
sec --> [*]
22-
}
23-
state Third {
24-
[*] --> thi
25-
thi --> [*]
26-
}
27-
28-
</div>
7+
<body>
8+
<div class="mermaid">
9+
10+
```mermaid
11+
stateDiagram-v2
12+
[*] --> First
13+
First --> Second
14+
First --> Third
15+
16+
state First {
17+
[*] --> fir
18+
fir --> [*]
19+
}
20+
state Second {
21+
[*] --> sec
22+
sec --> [*]
23+
}
24+
state Third {
25+
[*] --> thi
26+
thi --> [*]
27+
}
28+
29+
2930
```
3031

32+
</div>
3133
</body>
3234
For more details see [Basic writing and formatting syntax](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).
3335

0 commit comments

Comments
 (0)