Mermaid Test David Pearce 21 Jul 2021 graph TD; A(Start) --> B[Add Mermaid to code injection]; B --> C{Does it work?}; C--No-->B; C--Yes-->D(done);