"search/all_b.html" did not exist on "366620d85ac0c39b039d4ccfbaf4b4bb5eac18ae"
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? ...@@ -7,16 +7,17 @@ Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks! Bob-->Alice: I am good thanks!
``` ```
```flow ```flow
st=>start: Start st=>start: Start
op=>operation: Your Operation op=>operation: Your Operation
cond=>condition: Yes or No? cond=>condition: Yes or No?
e=>end e=>end
st->op->cond st->op->cond
cond(yes)->e cond(yes)->e
cond(no)->op cond(no)->op
​``` ​```
```mermaid ```mermaid
%% Example of sequence diagram %% Example of sequence diagram
sequenceDiagram 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