Commit a418700e authored by Laurent THOMAS's avatar Laurent THOMAS

test doc format

parent ff7719d5
......@@ -7,16 +7,17 @@ Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
```
```flow
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
​```
```mermaid
%% Example of sequence diagram
sequenceDiagram
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment