Markdownvorlage.md aktualisiert
This commit is contained in:
parent
245aba51e8
commit
8994ba1ade
|
@ -35,7 +35,7 @@ Ich habe Angefangen ein Vorlagendokument zu erstellen um nicht immer nach gewiss
|
||||||
|
|
||||||
Live-Editor: https://mermaid.live/edit
|
Live-Editor: https://mermaid.live/edit
|
||||||
|
|
||||||
**Beispiel: Flowchart**
|
### Flowchart
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A[Inhalt] -->|Inhalt| B(Inhalt)
|
A[Inhalt] -->|Inhalt| B(Inhalt)
|
||||||
|
@ -44,3 +44,31 @@ flowchart TD
|
||||||
C -->|Inhalt| E[Inhalt]
|
C -->|Inhalt| E[Inhalt]
|
||||||
C -->|Inhalt| F[fa:fa-Inhalt 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((mindmap))
|
||||||
|
Origins
|
||||||
|
Long history
|
||||||
|
::icon(fa fa-book)
|
||||||
|
Popularisation
|
||||||
|
British popular psychology author Tony Buzan
|
||||||
|
Research
|
||||||
|
On effectivness<br/>and features
|
||||||
|
On Automatic creation
|
||||||
|
Uses
|
||||||
|
Creative techniques
|
||||||
|
Strategic planning
|
||||||
|
Argument mapping
|
||||||
|
Tools
|
||||||
|
Pen and paper
|
||||||
|
Mermaid
|
||||||
|
```
|
Loading…
Reference in a new issue