Markdown Mermaid Flowchart diagramSequence diagramGantt diagramsClass diagrams Mermaid 是一个用于画流程图、状态图、时序图、甘特图的库,使用 Javascript 进行本地渲染,广泛集成于许多 Markdown 编辑器中。 Flowchart diagram Link text One Two Hard edge Round edge Decision Result one Result two .NET Web Mobile Desktop Microservices Gaming Machine Leaning Cloud Internet of Things A B C D Sequence diagram Alice Bob John Hello John, how are you? Fight against hypochondria loop [Healthcheck] Rational thoughts prevail! Great! How about you? Jolly good! Alice Bob John Gantt diagrams Mon 06 Mon 13 Mon 20 Mon 27 Mon 03 Mon 10 Mon 17 A task Another task Task in sec another task Section Another A Gantt Diagram Class diagrams Animal +int age +String gender +isMammal() +mate() Duck +String beakColor +swim() +quack() Fish -int sizeInFeet -canEat() Zebra +bool is_wild +run()