https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/ Not sure what's involved here. If anyone wants to take a look - great ;) ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ```
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
Not sure what's involved here. If anyone wants to take a look - great ;)
graph TD; A-->B; A-->C; B-->D; C-->D;