--- title: A test with mermaid that didn't work --- ```mermaid graph TB subgraph VaxTalk disc>Follow the discourse] narr(Set the narrative) end subgraph Inoculate misinf>Why people believe<br>misinformation] combat(Combat misinformation) end %% here are box attributes classDef green fill:#9f6,stroke:#333,stroke-width:2px; classDef orange fill:#f96,stroke:#222,stroke-width:4px; %% these lines assign attributes to specific boxes class rec green class poltrack orange ``` ```mermaid graph TB subgraph Behaviour princ>Behavioural principles] evid(Read the latest<br>evidence) end subgraph Plan poltrack>Follow existing<br>initiatives] rec(Plan a vaccine<br>programme) end ``` > [Mermaid looked promising, but I couldn't figure out how to add links]