Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
ef19351463
commit
a42883d997
1 changed files with 3 additions and 3 deletions
|
@ -165,17 +165,17 @@ else:
|
|||
|
||||
<pre class="mermaid">
|
||||
flowchart TD
|
||||
Function1[["function_1()"]] --> Start([Start]) --> Print[/print("condition 1")/] --> End([Stop])
|
||||
Function1[["function_1()"]] --> Start([Start]) --> Print[/"print condition 1"/] --> End([Stop])
|
||||
</pre>
|
||||
|
||||
<pre class="mermaid">
|
||||
flowchart TD
|
||||
Function2[["function_2()"]] --> Start([Start]) --> Print[/print("condition 2")/] --> End([Stop])
|
||||
Function2[["function_2()"]] --> Start([Start]) --> Print[/"print condition 2"/] --> End([Stop])
|
||||
</pre>
|
||||
|
||||
<pre class="mermaid">
|
||||
flowchart TD
|
||||
FunctionElse[["function_else()"]] --> Start([Start]) --> Print[/print("condition else")/] --> End([Stop])
|
||||
FunctionElse[["function_else()"]] --> Start([Start]) --> Print[/"print condition else"/] --> End([Stop])
|
||||
</pre>
|
||||
|
||||
{% endraw %}
|
||||
|
|
Loading…
Reference in a new issue