Personenbeziehungen
DRAWIO
- Grafik ändern: DRAWIO:Beispiel
BPMN
- Grafik ändern: BPMN:Beispiel
Due to current limitations, #display_diagram can only be called once per page on any BPMN or Gantt diagram.
DOT
- Grafik ändern: DOT:Beispiel
- edited with text
- documentation: https://www.graphviz.org/pdf/dotguide.pdf
Invalid namespace for a diagram page.
MERMAID
- Grafik ändern: MERMAID:Beispiel
- edited with text
- more examples: https://mermaid.live/edit
- wiki: https://mermaid.js.org/intro/syntax-reference.html
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]