From 7ee8fcf7f4fe3d0910abb88a48a73f9c5bd69230 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:39:43 +0100 Subject: [PATCH] Create README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- flow/examples/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 flow/examples/README.md diff --git a/flow/examples/README.md b/flow/examples/README.md new file mode 100644 index 0000000..236d0e1 --- /dev/null +++ b/flow/examples/README.md @@ -0,0 +1,26 @@ +# Flowchart examples +{:.no_toc} + + + +## The goal + +Looking into some flow chart examples. + +Questions to [David Rotermund](mailto:davrot@uni-bremen.de) + +## Most simple programm + +This program does nothing. + +{% raw %} +
+    flowchart TD
+      id1([Start])-->id2([Stop])
+  
+{% endraw %} + +