Skip to content

Commit 8c9a294

Browse files
committed
PlantUML Demo
1 parent 1d3cfa8 commit 8c9a294

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

example/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,25 @@ GABc dedB|dedB dedB|c2ec B2dB|A2F2 G4:|
340340
g2gf g2Bd|g2f2 e2d2|c2ec B2dB|A2F2 G4:|
341341
```
342342

343+
### PlantUML
344+
345+
```plantuml
346+
start
347+
if (condition A) then (yes)
348+
:Text 1;
349+
elseif (condition B) then (yes)
350+
:Text 2;
351+
stop
352+
elseif (condition C) then (yes)
353+
:Text 3;
354+
elseif (condition D) then (yes)
355+
:Text 4;
356+
else (nothing)
357+
:Text else;
358+
endif
359+
stop
360+
```
361+
343362
### Vega-Lite
344363

345364
```vega

0 commit comments

Comments
 (0)