Code - Tools - Science - Help - Social
Note: This section doesn’t render as intendend on our GitHub Pages website.
See https://github.com/HackyHour/Giessen/blob/gh-pages/notes/2022-11-23-HackyHour-5.md#mermaid for the correct
representation of the Mermaid graph.
graph TD
A[Start] -->|Laufen| B[Ziel]
The syntax for the above diagram looks like this:
```mermaid
graph TD
A[Start] -->|Laufen| B[Ziel]```