Mermaid - Github markdown can render diagrams #1405
krzychu124
started this conversation in
General
Replies: 1 comment
|
nice! journey
title Me reading OP
section Investigating
View diagram: 4: Me
View source: 5: Me
Try it myself: 7: Me
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@kvakvs pointed that Github markdown supports now
mermaidsyntax, so we can create graphs, flowcharts, diagrams and more using syntax from https://mermaid-js.github.io/mermaid/#/example:
stateDiagram-v2 [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*]More info: https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
All reactions