2024 07 05

This update is being used to test a video shortcode:

Thanks to this link

I am also testing Mermaid.js diagrams:

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 
prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!

Also inline syntax highlighting?

def add (x1, x2):
    return x1 + x2