From 8994ba1adeb52e4f23e9263129818a10515c4760 Mon Sep 17 00:00:00 2001 From: phillipangelina Date: Fri, 20 Sep 2024 09:06:55 +0000 Subject: [PATCH] Markdownvorlage.md aktualisiert --- Markdownvorlage.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/Markdownvorlage.md b/Markdownvorlage.md index efe42ba..3effaed 100644 --- a/Markdownvorlage.md +++ b/Markdownvorlage.md @@ -35,7 +35,7 @@ Ich habe Angefangen ein Vorlagendokument zu erstellen um nicht immer nach gewiss Live-Editor: https://mermaid.live/edit -**Beispiel: Flowchart** +### Flowchart ```mermaid flowchart TD A[Inhalt] -->|Inhalt| B(Inhalt) @@ -44,3 +44,31 @@ flowchart TD 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((mindmap)) + Origins + Long history + ::icon(fa fa-book) + Popularisation + British popular psychology author Tony Buzan + Research + On effectivness
and features + On Automatic creation + Uses + Creative techniques + Strategic planning + Argument mapping + Tools + Pen and paper + Mermaid +``` \ No newline at end of file