add mermaid flowchart to elements page
This commit is contained in:
parent
eda7a9289d
commit
7d53f5da15
@ -192,6 +192,15 @@ s = "Python syntax highlighting"
|
|||||||
print s
|
print s
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
flowchart TD
|
||||||
|
A[Start] --> B{Is it?}
|
||||||
|
B -- Yes --> C[OK]
|
||||||
|
C --> D[Rethink]
|
||||||
|
D --> B
|
||||||
|
B -- No ----> E[End]
|
||||||
|
```
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
### Blockquote
|
### Blockquote
|
||||||
|
Loading…
x
Reference in New Issue
Block a user