Essais mermaid #355

Closed
opened 2022-04-08 17:54:45 +02:00 by viennet · 1 comment
Owner

Mermaid est un système de création de schémas. Voir Voir https://mermaid-js.github.io/mermaid/#/

Un essai

graph TD
Start --> End
Mermaid est un système de création de schémas. Voir Voir https://mermaid-js.github.io/mermaid/#/ ## Un essai ```mermaid graph TD Start --> End ```
viennet added the
Dev
label 2022-04-08 17:54:45 +02:00
Author
Owner

Un autre

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good

Le source de 'exmple ci-dessus (accessible via edit):

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good
## Un autre ```mermaid sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good ``` Le source de 'exmple ci-dessus (accessible via edit): ``` sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ScoDoc/ScoDoc#355
No description provided.