Compare commits
No commits in common. "0201d8dd2cda4027d127b7bad8ddaa3f59dbd653" and "ff82ba82c0264b10fe7fd7892d015f5b6a6d221e" have entirely different histories.
0201d8dd2c
...
ff82ba82c0
|
|
@ -30,44 +30,3 @@ Ich habe Angefangen ein Vorlagendokument zu erstellen um nicht immer nach gewiss
|
||||||
| Inhalt | Inhalt | Inhalt |
|
| Inhalt | Inhalt | Inhalt |
|
||||||
| Inhalt | Inhalt | Inhalt |
|
| Inhalt | Inhalt | Inhalt |
|
||||||
|
|
||||||
|
|
||||||
## Mermaid-Chart
|
|
||||||
|
|
||||||
Live-Editor: https://mermaid.live/edit
|
|
||||||
|
|
||||||
### Flowchart
|
|
||||||
```mermaid
|
|
||||||
flowchart TD
|
|
||||||
A[Inhalt] -->|Inhalt| B(Inhalt)
|
|
||||||
B --> C{Inhalt}
|
|
||||||
C -->|Inhalt| D[Inhalt]
|
|
||||||
C -->|Inhalt| E[Inhalt]
|
|
||||||
C -->|Inhalt| F[fa:fa-Inhalt Inhalt]
|
|
||||||
```
|
|
||||||
### Beispiel: Sequenz Diagramm
|
|
||||||
```mermaid
|
|
||||||
sequenceDiagram
|
|
||||||
Alice->>+John: Hello John, how are you?
|
|
||||||
Alice->>+John: John, can you hear me?
|
|
||||||
John-->>-Alice: Hi Alice, I can hear you!
|
|
||||||
John-->>-Alice: I feel great!
|
|
||||||
```
|
|
||||||
### Beispiel: Mindmap
|
|
||||||
```mermaid
|
|
||||||
mindmap
|
|
||||||
root((Titel))
|
|
||||||
Blase eins
|
|
||||||
Wichtig 11
|
|
||||||
Wichtig 12
|
|
||||||
Wichtig 122
|
|
||||||
Blase zwei
|
|
||||||
wichtig 21 <br/>mit Zeilenbruch
|
|
||||||
Wichtig 22
|
|
||||||
Wichtig 23
|
|
||||||
Wichtig 211
|
|
||||||
Wichtig 212
|
|
||||||
Wichtig 2113
|
|
||||||
Blase drei
|
|
||||||
Wichtig 32
|
|
||||||
Wichtig 32
|
|
||||||
```
|
|
||||||
Loading…
Reference in New Issue