« Issue/MM/60 » : différence entre les versions

De Semantic MediaWiki - Sandbox
m (Kghbln a déplacé la page 20201014 vers Issue/MM/60 sans laisser de redirection : namefix)
(new)
 
Ligne 1 : Ligne 1 :
; Refs
https://github.com/SemanticMediaWiki/Mermaid/issues/60
; Code
<pre>
{{#mermaid:sequenceDiagram
{{#mermaid:sequenceDiagram
participant Alice
participant Alice
Ligne 11 : Ligne 16 :
     Bob-->John: Jolly good!
     Bob-->John: Jolly good!
}}
}}
</pre>
; Result
{{#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!
}}
[[Category:Issue]]

Dernière version du 14 octobre 2020 à 11:08

Refs

https://github.com/SemanticMediaWiki/Mermaid/issues/60

Code
{{#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!
}}
Result
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.