We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3cfa8 commit 8c9a294Copy full SHA for 8c9a294
example/index.md
@@ -340,6 +340,25 @@ GABc dedB|dedB dedB|c2ec B2dB|A2F2 G4:|
340
g2gf g2Bd|g2f2 e2d2|c2ec B2dB|A2F2 G4:|
341
```
342
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
362
### Vega-Lite
363
364
```vega
0 commit comments