TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitHub will natively support Mermaid diagrams

72 pointsby polycasterover 3 years ago

11 comments

bussieremover 3 years ago
I&#x27;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:&#x2F;&#x2F;matklad.github.io&#x2F;2021&#x2F;02&#x2F;06&#x2F;ARCHITECTURE.md.html" rel="nofollow">https:&#x2F;&#x2F;matklad.github.io&#x2F;2021&#x2F;02&#x2F;06&#x2F;ARCHITECTURE.md.html</a>
adverblyover 3 years ago
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.
anduru_hover 3 years ago
As someone who just learned what Mermaid is...this is amazing. Great feature add. Does anyone have good recommendations for learning the syntax &#x2F; alternatives?
评论 #29928680 未加载
评论 #29929567 未加载
jkaover 3 years ago
Nice to see GitHub catching up[1] with GitLab in this area.<p>[1] - <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20210509204433&#x2F;https:&#x2F;&#x2F;about.gitlab.com&#x2F;handbook&#x2F;tools-and-tips&#x2F;mermaid&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20210509204433&#x2F;https:&#x2F;&#x2F;about.git...</a>
GauntletWizardover 3 years ago
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&#x27;m glad to see some diagramming support on GitHub natively. There&#x27;s already quite a few tools that let you embed via hotlink or generated link your graph.<p>[1] <a href="https:&#x2F;&#x2F;graphviz.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;graphviz.org&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;plantuml.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plantuml.com&#x2F;</a>
bob1029over 3 years ago
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&#x2F;state diagrams would make my otherwise dense bricks of narrative descriptions much more palatable for many teammates.
NmAmDaover 3 years ago
Hopefully LaTeX will be next. Many scientific projects are now on Github and will benefit from that.
cebertover 3 years ago
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.
core-utilityover 3 years ago
This is a great addition. Diagrams are a huge hole in documentation-as-code, particularly in something that should be easy to dynamically generate.
mindcrimeover 3 years ago
That... is frickin awesome! I am definitely looking forward to starting to use this. Good joerb, GitHub!
bradwoodover 3 years ago
Gitlab&#x27;s had this for ages.