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