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 %} + +