From 642fdf260c02fd0ee0432bf9b5bb4d43eace2565 Mon Sep 17 00:00:00 2001 From: Hugo Freire Gil Date: Tue, 22 Mar 2022 16:27:33 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 10a7524..a9ac102 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,6 @@ How to include graphviz graphs in github README.md ### New Plantuml activity Diagram ### ![Alt text](https://g.gravizo.com/source/custom_mark21?https%3A%2F%2Fraw.githubusercontent.com%2FTLmaK0%2Fgravizo%2Fmaster%2FREADME.md) -
- -custom_mark21 -@startuml -start -:init; --> test of color; -if (color?) is (red) then -:print red; -else -:print not red; -note right: no color -endif -partition End { -:end; -} --> this is the end; -end -@enduml -custom_mark21 -
- ``` ![Alt text](https://g.gravizo.com/source/custom_mark21?https%3A%2F%2Fraw.githubusercontent.com%2FTLmaK0%2Fgravizo%2Fmaster%2FREADME.md)