Test

· 1 min read

This is a test of mermaid.

%%{init: { 'theme': 'dark' } }%%
timeline
    title Weekly Timetable

    Monday    : 4pm-7pm Live Zoom with Nilesh
    Tuesday   : Facebook
    Wednesday : 4pm-7pm Live Zoom with Nilesh
    Thursday  : Facebook
    Friday    : 4pm-7pm Live Zoom with Nilesh
%%{init: { 'theme': 'dark' } }%%
pie title What Voldemort doesn't have? 
    "FRIENDS" : 2
    "FAMILY" : 1
    "NOSE" : 45
%%{init: { 'theme': 'dark' } }%%
flowchart LR
    A[Hard edge] -->|Link text| B(Round edge)
    B --> C{Decision}
    C -->|One| D[Result one]
    C -->|Two| E[Result two]
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!

powershell

keypair

Workstation

%%{init: { 'theme': 'dark' } }%%
flowchart LR
    A[Hard edge] -->|Link text| B(Round edge)
    B --> C{Decision}
    C -->|One| D[Result one]
    C -->|Two| E[Result two]