User:NitramLegov/Playground: Difference between revisions

From CoMakingSpace Wiki
mNo edit summary
m Blanked the page
Tag: Blanking
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
<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!
</mermaid>


asfdaf
<mermaid> flowchart TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
</mermaid>

Latest revision as of 20:17, 22 May 2025