You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,32 @@ You can use the [editor on GitHub](https://github.com/FuzzLightyear/PythonDataSt
4
4
5
5
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.
6
6
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
+
<divclass="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
+
29
30
```
30
31
32
+
</div>
31
33
</body>
32
34
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).
0 commit comments