Skip to content
Snippets Groups Projects
Commit 7dfbfdc3 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

add blockdiag

parent 9c5523f7
No related branches found
No related tags found
2 merge requests!3Mods uj,!1Create PlantUML examples
......@@ -196,3 +196,5 @@ data or mind maps.
* [Mindmap](examples/mindmap.md)
* [Gantt Diagram](examples/gantt.md)
* [Visualising Software Architecture with the C4 Model](examples/c4.md)
* [Block Diagrams](examples/blockdiag.md)
# Block Diagram (blockdiag)
```blockdiag
blockdiag {
A -> B -> C -> D;
A -> E -> F -> G;
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment