I'm very excited about this! I’m looking forward to combining this with ARCHITECTURE.md[0] files to make some kick-ass documentation for our company’s devs for our repo(s).<p>[0]: <a href="https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html" rel="nofollow">https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html</a>
Amazing! Mermaid is great. Happy to see it get more widespread adoption!<p>This will make it much easier to keep documentation up to date. Much easier to change 1 line than to generate new images and take an updated screenshot or export, especially if you dont have the source file for whatever editor generated the original image.
As someone who just learned what Mermaid is...this is amazing. Great feature add. Does anyone have good recommendations for learning the syntax / alternatives?
Nice to see GitHub catching up[1] with GitLab in this area.<p>[1] - <a href="https://web.archive.org/web/20210509204433/https://about.gitlab.com/handbook/tools-and-tips/mermaid/" rel="nofollow">https://web.archive.org/web/20210509204433/https://about.git...</a>
Mermaid would not be my first choice of diagramming software (that would be plain old Graphviz with PlantUML for more full featured graphs), but I'm glad to see some diagramming support on GitHub natively. There's already quite a few tools that let you embed via hotlink or generated link your graph.<p>[1] <a href="https://graphviz.org/" rel="nofollow">https://graphviz.org/</a>
[2] <a href="https://plantuml.com/" rel="nofollow">https://plantuml.com/</a>
There are so many times I would have used this. At least 20% of my issues could have benefited from an in-line diagram tool.<p>Being able to quickly draw out complex sequence/state diagrams would make my otherwise dense bricks of narrative descriptions much more palatable for many teammates.
This is really exciting. My team is trying to move off Confluence in favor of storing more documentation and design artifacts in GitHub. This will help make that more possible.