Commit 3fc68b04 authored by Laurent THOMAS's avatar Laurent THOMAS

test doc format

parent fafc4362
...@@ -8,16 +8,6 @@ Note right of Bob: Bob thinks ...@@ -8,16 +8,6 @@ Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks! 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 ```mermaid
%% Example of sequence diagram %% Example of sequence diagram
sequenceDiagram sequenceDiagram
...@@ -32,6 +22,15 @@ cond(no)->op ...@@ -32,6 +22,15 @@ cond(no)->op
end end
​``` ​```
```flow
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
```
# Top file: executables/ocp-gnb.c # Top file: executables/ocp-gnb.c
......
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